You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Mark Watts <mw...@stny.rr.com> on 2003/12/31 13:38:48 UTC

Svn commit -N broken

On 0.34 "svn commit -N" does nothing.  The command just thinks for a bit and
returns. 

-Mark


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

Re: Svn commit -N broken

Posted by Ben Collins-Sussman <su...@collab.net>.
On Wed, 2003-12-31 at 07:38, Mark Watts wrote:
> On 0.34 "svn commit -N" does nothing.  The command just thinks for a bit and
> returns. 

That's not broken, it's correct.  'svn commit -N' only commits the
directory itself, (depth 0), not its children (depth 1).  So unless
you've made a propchange to '.', that command is a no-op.  There's
nothing to commit.



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