I made this quick batch file for Windows that makes my updating easier:
TortoiseProc.exe /command:update /path:"C:\Documents and Settings\Yourname\Desktop\ISXEQ2\ISXEQ2 Scripts" /closeonend:2
This runs the SVN update for my scripts folder, and only leaves the window open if there is an error.
xcopy "c:\Documents and Settings\Yourname\Desktop\ISXEQ2\ISXEQ2 Scripts" "c:\Program Files\Innerspace" /e /r /y /EXCLUDE:ExcludedFiles.txt
This copies all the directories to my Innerspace folder, with the exception of the text listed in ExcludedFiles.txt which is "\scripts\EQ2Harvest\Navagational Paths" because I don't want my paths overwritten.
Hope that idea is helpful for some.
TortoiseProc.exe /command:update /path:"C:\Documents and Settings\Yourname\Desktop\ISXEQ2\ISXEQ2 Scripts" /closeonend:2
This runs the SVN update for my scripts folder, and only leaves the window open if there is an error.
xcopy "c:\Documents and Settings\Yourname\Desktop\ISXEQ2\ISXEQ2 Scripts" "c:\Program Files\Innerspace" /e /r /y /EXCLUDE:ExcludedFiles.txt
This copies all the directories to my Innerspace folder, with the exception of the text listed in ExcludedFiles.txt which is "\scripts\EQ2Harvest\Navagational Paths" because I don't want my paths overwritten.
Hope that idea is helpful for some.