20 Oct
2008
20 Oct
'08
5:20 p.m.
kevin gill wrote:
I need a little help. I checked two packages into svn.zope.org, but I have set up the hierarchy incorrectly.
The packages are z3c.rotterdam and z3c.boston. The egg is in the base folder, rather than in 'trunk'.
I would appreciate it if someone with administration access to the repository could fix the paths.
You can easily do that yourself: svn mv $z/z3c.rotterdam $z/z3c.rotterdam-trunk svn mkdir $z/z3c.rotterdam svn mv $z/z3c.rotterdam-trunk $z/z3c.rotterdam/trunk and the same thing with z3c.boston. Note that the $z environment variable is defines as follows: export z=svn+ssh://svn.zope.org/repos/main or if your remote user name differs from the local one: export z=svn+ssh://USER@svn.zope.org/repos/main