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

Re: Followup: svn commit -N

From: Juanma Barranquero <lektu_at_mi.madritel.es>
Date: 2004-04-04 17:44:01 CEST

On Sat, 3 Apr 2004 23:43:34 -0500, Greg Martyn <gmartyn@verizon.net> wrote:

> > C:\www>svn add "test file.txt"
> > A (bin) test file.txt
> >
> > C:\www>svn ci -N -m "just testing"
> >
> > C:\www>svn status
> > A test file.txt

You're not passing a path to "ci -N", so it assumes ".". The directory
is up to date, so nothing is commited.

If you do "ci", without -N, it does a recursive commit and finds that it
must commit "test file.txt".

Also, if you do:

C:\www>svn ci -N -m "just testing" "test file.txt"
Adding test file.txt
Transmitting file data .
Committed revision 40.

                                                           /L/e/k/t/u

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Apr 4 17:44:24 2004

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.