Posted in 25/08/2009 ¬ 11:19 amh.ali.sogukpinar
I have decided on using GIT as repository for my projects. I need to move my existing svn repositories to GIT. git-svn is the tool I used for my migration. There is an Ubuntu package with same name. sudo apt-get install git-svn Usage is very simple. You create a local copy of your svn project/repository. [...]
Read the rest of this entry »
Posted in 10/08/2009 ¬ 10:15 amh.ali.sogukpinar
I have a svn repository. How can I automatically add the Revision number, user id of the committing person etc. to the source file? To do this you need need to use auto-props. Some of you who worked with cvs would expect to configure this at the repository level but unfortunately Subversion auto-props are configured [...]
Read the rest of this entry »