ragged-rigid
ragged-rigid
ragged-rigid
ragged-rigid
Category » svn « @ www.digitalpains.net

Archive for the ‘svn’ Category

help

Migrating your SVN repositories to GIT

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 »

Subversion auto-props :How To Add Revision Number Automatically To The Commited Files.

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 »