The plugin you are probably using is Subclipse . It should have the option "Add to svn: ignore". If not, try upgrading to the latest versions of Eclipse and Subclipse. In general, a spell should be enough, and there is no need for a command line.
For Windows XP, I recommend Tortoise SVN . It integrates with Windows Explorer and offers you a graphical environment for all your needs. I would say that it is much more stable than the subtitle and very easy to use.
If you want to use the command line tools, download and install svn-win32 from here . Command line tools can be useful in performing merge and copy operations.
I should also point out that none of these methods interfere with each other. You can work with Tortoise SVN, otherwise the command line and subtitle will not be affected. All svn clients work by writing to and reading from hidden directories called .svn. There is one such directory in each folder under source control. As long as the svn client software has the same version, the svn client can write to these hidden folders, and the other can read from it. A problem may occur if one of the clients is upgraded to a version that uses a different protocol to write to .svn folders. In this case, older clients will not be able to read the information stored there. Upgrading them to the latest version will solve the problem.
kgiannakakis
source share