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

rename hides new file until commit

From: Garret Wilson <garret_at_globalmentor.com>
Date: 2004-01-02 01:54:22 CET

I'm not sure if this bug is covered under issue 895 or 898, but here it
is just in case.

Steps:
svn ren foo.txt bar.txt
type [cat] "Hello World!" >> foo.txt
svn status

(Subversion then lists that bar.txt has been added and that foo.txt has
been deleted.)

svn commit
svn status

(After a commit, there the *new* foo.txt sits, and it hasn't been added
to the repository.)

Shouldn't "svn status" have listed that there was a new foo.txt that had
not been added to the repository? Would "svn add foo.txt" have worked
before the first commit?

Happy New Year,

Garret

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 2 01:54:56 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.