vote up 1 vote down star
1

I am using TortoiseSVN for my Subversion repository held on a USB drive. When I move from one PC to another, is there a way to automatically identify that files are out of date (without using the Check for Modifications menu). It would be nice just to be able to see that the folder on my hard drive did not match that of the repository, rather than seeing the green tick.

flag

71% accept rate

2 Answers

vote up 3 vote down check

Try creating a file called "autorun.inf" in the root directory of your USB key. Then fill it with the following lines:

[autorun]
open=CheckForMods.bat

Then create a CheckForMods.bat batch file in the root directory that does an svn status -u.

link|flag
This will work if autorun is enabled for the particular drive letter the USB key is assigned to. After too many viral infections thru that vector, I decided to disable autorun on all drives, for both work and home PCs - way safer, and I don't miss the functionality (too risky, anyway). – Joe Pineda Oct 20 '08 at 20:37
vote up 1 vote down

Create a batch file which automatically update your local working copy when the USB key is connected.

link|flag
How do you trigger a batch file to run on usb key insert? – Alex B Oct 20 '08 at 15:57
CDMenuPro has been developed for you to create impressive Autorun CD menu applications for use on CD ROMs, DVDs and USB Flash Drives without any previous programming knowledge – bugBurger Oct 20 '08 at 17:46

Your Answer

Get an OpenID
or

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