Sunday, February 5, 2017

Finding files in SVN that will be added or have updated.

As this is my blog for me to remember things, I keep getting this syntax incorrect:

svn status | grep "^[^?]"


I have a lot of documentation in my SVN tree, and intermediate files. For instance, I only keep .tex files but not the intermediate files or the final PDF in the repo. The command above shows everything that is NOT a "?" from svn status.

No comments:

Post a Comment