Today was a project finishing day. Using Subversion for over a month of work, it would be nice to get and study some stats. We are using Redmine, a great project management web application, written using Ruby on Rails framework that can connect with a repository (it supports Subversion, CVS, Mercurial, Darcs, Bazaar and Git) [...]
The use of Subversion with Eclipse is producing major problems. Today I found out tha by default, Eclipse Java Builder copies all the non-java files under the source folder into the build output folder. This causes a problem if you are using Subversion, which creates a .svn folder under every workset folder. So the solution [...]
So, my subversion screwed up my remote repository, not allowing me to commit any local changes. Unfortunately, it screwed up my local repository too with those .svn folders and directories so I had to do a hard way reset to make it work again. This is how I did it: First of all BACKUP BACKUP [...]
A very nice and simple GUI for subversion is eSVN. It is written in QT and you can find it in your package manager or you can download it from here. Official page: http://sourceforge.net/projects/esvn/ Screenshots: