This is more...
Aaron
==================================
[aaron@doer]$ svn update try.php
At revision 11.
[aaron@doer]$ svn commit -m "" try.php
Sending try.php
svn: Commit failed (details follow):
svn: Your file or directory 'try.php' is probably out-of-date
svn:
The version resource does not correspond to the resource within the
transaction. Either the requested version resource is out of date
(needs to be updated), or the requested version resource is newer than
the transaction root (restart the commit).
[aaron@doer]$ cp try.php ../
[aaron@doer]$ rm try.php
[aaron@doer]$ svn delete try.php
D try.php
[aaron@doer]$ svn update
At revision 11.
[aaron@doer]$ mv ../try.php ./
[aaron@doer]$ svn add try.php
A try.php
[aaron@doer]$ svn commit -m "" try.php
Replacing try.php
Transmitting file data .
Committed revision 12.
[aaron@doer]$ echo "823749327fdsfd" >> try.php
[aaron@doer]$ svn update try.php
At revision 12.
[aaron@doer]$ svn commit -m "" try.php
Sending try.php
svn: Commit failed (details follow):
svn: Your file or directory 'try.php' is probably out-of-date
svn:
The version resource does not correspond to the resource within the
transaction. Either the requested version resource is out of date
(needs to be updated), or the requested version resource is newer than
the transaction root (restart the commit).
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 9 01:37:15 2004