|
Using Tortoise SVN and Subversion
Russell Bateman |
TortoiseSVN is a solution only for Windows File Explorer. To employ Subversion for an Eclipse project on Windows, you will need to use TortoiseSVN plus Subclipse.
Subclipse is a plug-in for Eclipse that executes Subversion commands from within Eclipse so that you do not need to go out to the filesystem. In my work, I find that I use both TortoiseSVN (or svn on Linux) and Subclipse to get my work done. Once my project is set up and I'm actively developing it in Eclipse, I don't use TortoiseSVN (or svn) so much.
Everything except TortoiseSVN is covered in a different document, Using Subversion and Subclipse in Windows and Linux Development in Eclipse. If working on Windows, you should first install TortoiseSVN, then go to this second document.
It's crucial to understand, if you do not already, that the TortoiseSVN software is a Windows client for Subversion access and works with Windows File Explorer.
- You will find that you can update your copy of what's in the Subversion
repository using TortoiseSVN or other Windows approaches (on Windows) or
svn on Linux and Macintosh independently of Subclipse (i.e. not using
Team -> Update
from inside Eclipse). All you must do in Eclipse
afterward is right-click on the project affected (by the independent filesystem
operation) and choose Refresh.
For still other notes on this topic, though not so much about TortoiseSVN, please see the Using Subversion and Subclipse document.