[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: can't svn commit

From: Aaron Chan <aaron_at_onlinetraffic.com>
Date: 2004-07-08 21:23:03 CEST

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.