You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ben Anderson <be...@gmail.com> on 2004/11/03 14:01:07 UTC

check for new files

Hi,
w/ just the command line svn tool, can I check for files that I've
added to the filesystem, but haven't yet added to svn?  I figured I
could do it with svn diff, but I don't see how.
Any ideas?
Thanks,
Ben

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: check for new files

Posted by scragz <sc...@hotmail.com>.
Ben Anderson might have said:
> Hi,
> w/ just the command line svn tool, can I check for files that I've
> added to the filesystem, but haven't yet added to svn?  I figured I
> could do it with svn diff, but I don't see how.
> Any ideas?
> Thanks,
> Ben

svn st | grep ?

-- 
scragz     http://scragz.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: check for new files

Posted by Mark Phippard <Ma...@softlanding.com>.
Ben Anderson <be...@gmail.com> wrote on 11/03/2004 09:01:07 AM:

> Hi,
> w/ just the command line svn tool, can I check for files that I've
> added to the filesystem, but haven't yet added to svn?  I figured I
> could do it with svn diff, but I don't see how.
> Any ideas?

Try svn status

Mark


_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs. 
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org