> -----Original Message----- > From: Mark Kneisler [mailto:mark.kneis...@tceq.texas.gov] > Sent: 11 December 2013 01:45 > > I have several environments where I'd like to use a SVN > checkout, but where I'd never ever want to make changes to > the files or perform a commit. For these environments, I'd > only want to perform an update or an update to revision. > > I'm hoping that this type of checkout would require far less > space for the .svn directory. > AFAIK there is no such option for a "checkout", however, you can get the source without the .svn folder using the "export" command:-
http://svnbook.red-bean.com/nightly/en/svn.ref.svn.c.export.html ...you can specify the revision etc. Note, however, that it will not remove unwanted files like an update can. ~ mark c P.s. I think Thorsten just beat me to it...