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.
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'
In svnbook,ch3 I found:
The repository doesn't know or care if your changes make any
sense as a whole; it only checks to make sure that nobody
else has changed any of the same files that you did when you
weren't looking. If somebody has done that, the entire
commit will fail with a message informing you that one or
more of your files is out-of-date:
but I dont quite see it - im on transaction 2, (same as rev
2 ?) so nothing else could have happened to the FS.
this is with v0.25 (Im building .26 now, but this seems
too basic to be a code problem - so Im assuming its a user
error).
what am I missing ?
tia
jimc
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 28 11:02:54 2003