Linus said: > Another thing I noticed that has nothing to do with gsoc > or this branchs is that the Branches entry (first in the > repository browser when choosing the branch) was almost > empty and it looks like it contained some old things.
I see 30-40 entries in the branches directory, so perhaps you have a local problem. > Shouldn't it contain all releases from subclipse:tags? Two things: 1. You decided that you were going to put all release branches in ./releases instead of ./branches 2. The property svn:tags isn't, as far as I know, synchronized with the contents of ./tags or any other SVN directory. I think it's pretty much a Subclipse specific convention/tool. Eclipse Team has a convention where it creates a new tag Root_Foo when you create a branch called Foo, but generally speaking I don't think there's any correllation required among the branches directory, the tags directory, and the svn:tags property. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
