Michael Wood wrote:
> On Mon, Jul 28, 2003 at 03:03:39AM -0600, Jim Cromie wrote:
>
>>hi all,
>>
>>Im writing a script that so far is able to make repeatable
>>errors :-( when importing a directory, and immediately
>>taking a snapshot/copy/tag of it.
>>
>>heres and excerpt (wrapped by mailer)
>>
>>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.
>
>
> Run "svn up" here.
That can't possibly be it, his copy does not involve the working copy,
so the working copy revision is irrelevant.
>>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'
>
> [snip]
Does the tags directory in the repository already exist?
-garrett
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 28 13:50:07 2003