On Fri, Sep 19 03 at 2:36:15PM -0500, Ben Collins-Sussman wrote:
> 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.
Ah, that would be it (tested it). That's odd, but, well, if that's the
way it works, then that's the way it works. It does seem that issue
#1245 is the reason it takes so long for it to notice, so I'll just
hafta wait for a fix to that one =)
Torne
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 23 18:11:57 2003