Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I know which files in a directory arn't in my SVN repository?

Tags:

svn

The tile is exactly my question.

[edited out mistaken code]

like image 303
bias Avatar asked Dec 13 '25 20:12

bias


2 Answers

You could use svn status command.

If you didn't set ignore property the files will be shown with '?' prefix.

like image 85
empi Avatar answered Dec 15 '25 21:12

empi


If you're using a PC, TortoiseSVN highlights each file with an overlay icon indicating its status with respect to SVN

like image 37
Richard Ev Avatar answered Dec 15 '25 22:12

Richard Ev