We currently have two servers pulling from the same repository. On
the new server, I want to update everything except one file in the
root directory to the code from the old server.
I have successfully gotten the code from the old server into a tag,
then copied that tag to the tag "production", which is where the new
server is pointing to in the repository. I want to commit the one
file on the new server to the "production" tag, so I can svn update
without that file being overwritten. When I try to do a svn ci, I get
this error:
svn: Commit failed (details follow):
svn: Your file or directory 'configuration' is probably out-of-date
svn: The version resource does not correspond to the resource within the transac
tion. 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).
How do I get the file on the new server to write to the repository?
Thanks.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-23 18:38:03 CEST