1. tortoiseSVN question
- Posted by bernie Sep 26, 2008
- 1051 views
Is there a way to do a checkout from the trunk that will just
download the files used to build sources and not all the docs
and other unnecessary files ?
2. Re: tortoiseSVN question
- Posted by mattlewis (admin) Sep 26, 2008
- 1002 views
Is there a way to do a checkout from the trunk that will just download the files used to build sources and not all the docs and other unnecessary files ?
I don't use Tortoise, but rather than downloading the entire trunk, just get the source subdirectory (however TortoiseSVN does that).
Matt
3. Re: tortoiseSVN question
- Posted by euphoric (admin) Sep 26, 2008
- 1035 views
Is there a way to do a checkout from the trunk that will just
download the files used to build sources and not all the docs
and other unnecessary files ?
Bernie, you can click "Tortoise SVN>Update" to only get the changes from the last checkout/update.
4. Re: tortoiseSVN question
- Posted by gbonvehi Sep 26, 2008
- 1111 views
As euphoric suggested, you should use update. You use checkout the first time to get the entire trunk, and the update to get just the changes.
Here's the link to svn update command: http://svnbook.red-bean.com/en/1.1/re28.html