vote up 5 vote down star

Is there a way with TortoiseSVN to get a list of files that are not in the repository?

flag

3 Answers

vote up 10 vote down check

Right click -> TortoiseSVN -> Check For Modifications

Make sure show unversioned files is checked

link|flag
vote up 1 vote down

On in any of your local project directories, you can run svn status. The equivalent in TortoiseSvn is here in the manual. Items with a ? mark are unknown to the repository.

link|flag
vote up 1 vote down

I usually right click the root of the subversion tree and select commit. In the dialog box to select which files, it shows the files that have been added to your working copy, but haven't been added to the repository yet. Just remember not to click the ok button.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.