I am working on a large project (~ 200 eclipse projects) that is stored on a remote subversion server. I have to do an update every day (and at least a partial update / sync before each commit). A full update takes a lot of time, so I want my car to do this before I get to work. Is there a way to do this in eclipse (3.5 on Windows XP)? It is likely that an external script calling svn command-line tools in project folders and then running eclipse could do the job, but I would like to use the svn tool in eclipse if possible.
source
share