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

Re: Non-recursive commits don't work?

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-10-06 18:52:47 CEST

Scott Palmer <scott.palmer@2connected.org> writes:

> I'm using 1.1 RC4 on windows XP at the moment and noticed something
> strange.
>
> Usually when I issue "svn ci" in a workiing directory all my changes
> are commited recursively. Today I had a need to commit changes in a
> particular folder, but not any sub-folders.
>
> I did:
>
> svn ci -N -m "fixed bug xxxx"
>
> ...and there was no output from the command at all, "svn st" showed
> that the files in that folder were still modified, as were a couple
> files in a sub-folder.

'commit' is the only svn subcommand for which -N means "depth 0 --
directory only" instead of "depth 1 -- directory and its non-directory
children".

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 6 18:55:10 2004

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.