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

Re: All long commits fail

From: Torne Wuff <torne-svn_at_wolfpuppy.org.uk>
Date: 2003-09-19 17:57:52 CEST

On Fri, Sep 19 03 at 10:03:53AM -0500, kfogel@collab.net wrote:
> Torne Wuff <torne-svn@wolfpuppy.org.uk> writes:
> > However, this triggers another issue; once a commit has taken a certain
> > length of time to run (seems to be a few mins but I've not tested
> > thouroughly), the commit will usually fail. The exact command/response
> > (executing a commit from the root of the working copy):
> > F:\nt>svn commit -Nm"Update ignores"
> > Sending .
> > svn: Transaction is out of date
> > svn: Commit failed(details follow):
> > svn: out of date: `/nt' in txn `39'
> >
> > svn up and svn update -u both show the working copy as up to date.
> > For this example it took over 10 minutes to get as far as printing
> > 'sending', and another few minutes after that before the error. The only
> > change that this command should be committing is a change to a property
> > set on the current directory.
>
> At first I thought this was
>
> http://subversion.tigris.org/issues/show_bug.cgi?id=1431
>
> but the symptom is different. In the above example, there were no
> changes in the working copy other than a property change to "."?

There are other changes, but not in the current directory (hence -N). In
other situations, I have done recursive commits which also fail in the
same way.

> Is anyone else using your repository, perhaps making changes down in
> the tree (thus making the directories up near the top very likely to
> be newer than what any given working copy has)?

I am the only person who can log on to that machine; it's a local repo.
There are no changes other than in my working copy.

> If this reproduces
>
> $ svn st -q
> $ svn propset svn:ignore "...new value..." .
> $ property `svn:ignore' set on ''
> $ svn st -q
> M .
> $ svn ci -N -m "Update ignores."
>
> *even* when no one else is using the repository at all from the start
> of the recipe to the end, then yeah, I'd say there's a bug!

Yes, it fails if I do that. BTW I am subscribed to the list so please do
not CC me. (I know I should set mail-followup-to but I've not got around
to working out how that works yet..)

Torne

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 19 17:58:36 2003

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.