You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Виталий Сёмочкин <sv...@mail.ru> on 2006/10/09 17:23:40 UTC

Transaction is out of date error

Hello,

When I try to make a commit  I receive an error:

Transaction is out of date
svn: Commit failed (details follow):
svn: Out of date: '/trunk/myfile.txt' in transaction '44k'

when I revert file myfile.txt and try commit again I receive another
error:
 Bogus URL
svn: Commit failed (details follow):
svn: Commit item '/myproject/myfile.txt' has copy flag but no copyfrom
URL

What does it mean and how to solve this problem?

Regards,
Vitaliy 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Transaction is out of date error

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 10/9/06, Виталий Сёмочкин <sv...@mail.ru> wrote:
> Hello,
>
> When I try to make a commit  I receive an error:
>
> Transaction is out of date
> svn: Commit failed (details follow):
> svn: Out of date: '/trunk/myfile.txt' in transaction '44k'

That generally means you need to run 'svn update' because someone else
has modified that file since you checked it out.

> when I revert file myfile.txt and try commit again I receive another
> error:
>  Bogus URL
> svn: Commit failed (details follow):
> svn: Commit item '/myproject/myfile.txt' has copy flag but no copyfrom
> URL

That looks like a bug.  What version of svn are you seeing this in?
Can you provide us with a set of commands that reproduces the problem?

-garrett