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

Re: add while commit

From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2004-11-24 14:15:02 CET

On 2004-11-24 12:51+0000, thomas peter wrote:
>
> is there a way to see all new files (not yet under versioncontrol) and add
> them before doing an 'svn commit'?

'svn st' will show to you the status of your working copy:

http://svnbook.red-bean.com/en/1.1/ch03s05.html#svn-ch-3-sect-4.3.1
http://svnbook.red-bean.com/en/1.1/re26.html

If you are on unix, e.g. to see only unversioned files, you could use that:
svn st | grep '^?'

Br, Jani

-- 
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 24 14:17:46 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.