Hi,
I hope this is not a subversion bug
but when I make changes to any file
I get the error below...
Did I make some silly mistakes?
What does "out-of-date" mean? My local copies are not up-to-date?
Doesn't svn update bring me the lastest revision and save it in
.svn/ ?
The error message wasn't very helpful to me
I had no problem with svn add or svn delete
It looks like svn can't handle modified-files
I am using subversion-1.0.5/ for client and server
Let me know what else you will need to know
Thanks
Aaron
==============================================
[aaron@doer]$ svn update
At revision 9.
[aaron@doer]$ svn commit -m ""
Sending index.php
svn: Commit failed (details follow):
svn: Your file or directory 'index.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]$ ls -l
total 24
drwxr-xr-x 3 aaron users 4096 Jul 8 11:29 images
drwxr-xr-x 3 aaron users 4096 Jul 8 11:29 include
-rw-r--r-- 1 aaron users 120 Jul 8 11:51 index.php
drwxr-xr-x 3 aaron users 4096 Jul 8 11:29 miscel
drwxr-xr-x 3 aaron users 4096 Jul 8 11:29 template
-rw-r--r-- 1 aaron users 43 Jul 8 12:02 try.php
[aaron@doer]$ svn update
At revision 11.
[aaron@doer]$ echo "hsajdfjslkj" >> try.php
[aaron@doer]$ ls -l
total 24
drwxr-xr-x 3 aaron users 4096 Jul 8 11:29 images
drwxr-xr-x 3 aaron users 4096 Jul 8 11:29 include
-rw-r--r-- 1 aaron users 120 Jul 8 11:51 index.php
drwxr-xr-x 3 aaron users 4096 Jul 8 11:29 miscel
drwxr-xr-x 3 aaron users 4096 Jul 8 11:29 template
-rw-r--r-- 1 aaron users 55 Jul 8 12:04 try.php
[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:29 2004