--- old +++ new @@ -1,1 +1,3 @@
Figure out what's wrong with https://sourceforge.net/p/c-3/svn/ - lots of empty & None fields. Maybe just needs a reindex forced?
++It's odd -- I'm not seeing this get reindexed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
--- old +++ new @@ -1,3 +1,5 @@
Figure out what's wrong with https://sourceforge.net/p/c-3/svn/ - lots of empty & None fields. Maybe just needs a reindex forced?
It's odd -- I'm not seeing this get reindexed.
++Maybe now it will be.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Apparently somehow the object_id was getting set for a tree in the repo, but the actual tree object wasn't getting created (or got deleted). This change will ensure that the tree object gets created when it can't be looked up.
To QA: create an svn repo, commit something to it, then go in using paster shell, delete one of the (sub) tree objects, then verify it gets recreated automagically. (Assume your first commit added the dirs trunk, branches, and tags)
--- old +++ new @@ -3,3 +3,8 @@
It's odd -- I'm not seeing this get reindexed.
Maybe now it will be.
++Also seen on:++* http://sourceforge.net/p/uniqoda/svn/+* https://sourceforge.net/p/turbogears1/code/
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Blocked on https://control.sog.geek.net/sog/trac/ticket/18123
milestone: mar-10 --> mar-03
Description has changed:
Diff:
Diff:
Still empty & None fields on https://sourceforge.net/p/c-3/svn/
[#1673] is a support ticket for the same issue. http://sourceforge.net/p/uniqoda/svn/
Related
Tickets:
#1673Ready on rc/1555
Apparently somehow the object_id was getting set for a tree in the repo, but the actual tree object wasn't getting created (or got deleted). This change will ensure that the tree object gets created when it can't be looked up.
To QA: create an svn repo, commit something to it, then go in using paster shell, delete one of the (sub) tree objects, then verify it gets recreated automagically. (Assume your first commit added the dirs trunk, branches, and tags)
status: code-review --> closed
status: closed --> validation
still None values at https://sourceforge.net/p/c-3/svn/
Diff:
Once again taking the ticket that will not die
on forge:rc/1555
QA: mainly code review, if it looks ok, merge and put in validation to confirm c-3 gets reindexed.