Ben Collins-Sussman wrote:
>Jim Cromie <jcromie@divsol.com> writes:
>
>
>
>>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'.
>
>
>
ok duh, THX,
added a mkdir, which brings up a feature request:
"svn mkdir $foo" should act like mkdirhier, then the following would work...
should I make an ISSUE of it ?
Committed revision 1.
DOING:
svn mkdir file:////home/jimc/big/svn-repo/tags -m 'create tags-rep'
RESULTS:
Committed revision 2.
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/echobox' in txn `3'
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 28 20:56:40 2003