gregklanderman wrote: > you should use 'svn update --set-depth exclude <directory>' rather > than 'svn delete'. the former simply prunes your working view, the > latter actually makes a local change to remove those directories. >
For git, one can use git rm -r <directory> after the initial checkout. Combined with gitignore, this makes sure one doesn't get the binaries with a pull. [ extGUI4LMS - an alternative web interface: 'forum' (http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta)) / 'homepage' (http://code.google.com/p/extgui4lms/) ] ------------------------------------------------------------------------ Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808 View this thread: http://forums.slimdevices.com/showthread.php?t=99667 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
