[Zope-dev] Need help - wrong hierarchy on svn.zope.org
Philipp von Weitershausen
philipp at weitershausen.de
Mon Oct 20 13:20:23 EDT 2008
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
More information about the Zope-Dev
mailing list