[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-09-19 21:36:15 CEST

kfogel@collab.net writes:

> > > $ 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!

I disagree.

If you add a 'svn commit ./foo.c' as a step before your recipe above,
it's perfectly possible for that recipe to fail.

You can't commit a propchange on a directory unless your working
directory is at HEAD.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 19 21:37:55 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.