Skip to content
Jan 4 / kkrizka

Find Files Not Under Subversion Control

Here is a quick line of code that will show you which files are not under version control. It helps me to remember which files I need to add to the repository after a long programming session.

svn status | grep -e ^?

8 Comments

Leave a comment
  1. theonlin / Jan 25 2009

    hey thanks.. i needed this..

  2. Abby / Jun 29 2010

    Ah ha, Google finds exactly the command I was looking for. Thank you!

  3. Scoot / Dec 2 2010

    Google only finds it because it was here!?!?

  4. Kamila / Jan 26 2011

    thanks =)

  5. Kanstantin / Mar 30 2011

    Awesome! Thank you so much for sharing this!

  6. Snowmeister / Feb 11 2012

    Nice one, thanks! As a newbie to SVN this is VERY handy!

Trackbacks and Pingbacks

  1. Find files not added to subversion | DeveloperQuestion.com
  2. Jak wylistować pliki nieobijęte kontrolą wersji SVN « tipsntics
Leave a comment
Cancel reply