Mohan Cheema's Online Diary

Site Just to Keep Track of My Day to Day Work.

April 28, 2010
by Mohan Cheema
3 Comments

SVN Apache ADS HowTo

Subversion ADS Authentication with Apache

More and more companies are using directory services for housing their user credentials and information. Example directory services are Active Directory, eDirectory and OpenLDAP.

Share
Share

April 28, 2010
by Mohan Cheema
0 comments

Shell Script for Auto Merging of Subversion code

We have multiple project developments going on simulteanously and always had issues while merging the code to live. Issues were like code getting overwritten, full fucntionality loss. Hence I have written this script for auto merging of the code which has gone live to the development branch. This is done to eliminate the possibilities of above issues. I have used svnmerge.py utility which is available at http://www.orcaware.com/svn/wiki/Svnmerge.py#Downloads. I hope this script will be helpful for you

Share
Share