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

Re: Strange svn move behaviour

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-05-21 00:43:43 CEST

On 5/20/06, Sergio Bossa <sergio.bossa@gmail.com> wrote:
> On 5/20/06, Sergio Bossa <sergio.bossa@gmail.com> wrote:
>
> > > $test> svn status
> > > A new_dir
> > > A + new_dir/a_dir
> > > D + new_dir/a_dir/test_file
> > > D a_dir
> > > D a_dir/test_file_rn
> >
> > Issuing a commit gives me the following:
> >
> > $test> svn commit -m ""
> > svn: Commit failed (details follow):
> > svn: Out of date: 'a_dir' in transaction '5-1'
>
> Sorry, I forgot to say that if I issue the following:
>
> $> rm -rf a_dir
>
> The commit works:
>
> $> svn commit -m ""
> Deleting a_dir
> Adding new_dir
> Adding new_dir/a_dir
> Deleting new_dir/a_dir/test_file
> Adding new_dir/a_dir/test_file_rn
>
> However, I think this is not the way it should work.
>
> Is this a bug?

It's kind of weird, but I'm not sure it's strictly a bug. The 'out of
date' error is certainly valid, and running an update before
committing will make it go away. See the FAQ on mixed revision
working copies for details. The fact that deleting the directory
makes it go away is as I said kind of weird, but I'm not sure it's
strictly a bug.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun May 21 00:44:49 2006

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

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