Jim Cromie <jcromie@divsol.com> writes:
> DOING:
> cd /home/jimc/big; svnadmin create svn-repo
> DOING:
> svn import -m 'initial import' ref-div/src/echobox/echobox.19981019
> file:////home/jimc/big/svn-repo/trunk/echobox
> RESULTS:
> ...
> Adding ref-div/src/echobox/echobox.19981019/Log.pm
> Adding ref-div/src/echobox/echobox.19981019/Proxy.pm
> Adding ref-div/src/echobox/echobox.19981019/Readme
> ...
>
> Committed revision 1.
OK, so your repository now contains a directory called /trunk/echobox,
and that's it.
> DOING:
> svn copy file:////home/jimc/big/svn-repo/trunk/echobox
> file:////home/jimc/big/svn-repo/tags/echobox/echobox.19981019 -m
> echobox.19981019
> svn: Transaction is out of date
> svn: out of date: `tags' in txn `2'
Uh, there's no /tags directory. 'svn copy' doesn't automatically
create non-existent directories for you. It has the same semantics as
unix 'cp'.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 28 18:31:26 2003