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

"Add contents" is apparently not implemented

From: Pete Gonzalez <pgonzalez_at_bluel.com>
Date: 2004-01-19 06:02:18 CET

Okay, suppose I have a Subversion repository containing some
files that are checked out locally like this:

C:\MyRepository\MyProject
C:\MyRepository\MyProject\Module1
C:\MyRepository\MyProject\Module1\Module1.c
C:\MyRepository\MyProject\Module2
C:\MyRepository\MyProject\Module2\Module2.c

Now suppose I create a new folder containing a new file:

C:\MyRepository\MyProject\Module1\Docs
C:\MyRepository\MyProject\Module1\Docs\Readme.txt

With TortoiseCVS, I could right+click on "MyProject" and select
"CVS Add Contents", which will list Readme.txt (and any other
new files) so I can select them to be added to the repository.
TortoiseCVS also has the option to display new files during a
"commit" as well.

However, TortoiseSVN appears to be lacking this feature. In the
command-line version this feature is implemented by "svn status",
whose functionality is mapped by TortoiseSVN onto the Windows Explorer
icons. So the de facto answer might be "well, if you go digging
through the directories you can tell which files are new by
looking at the icons." But this answer is impractical for projects
containing lots of directories.

Cheers,
-Pete

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 19 06:03:09 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.