Hook Implementation in Subversion
Lets Disucuss best way to implement Hook with SVN? This is very useful content to know aboutr hook in SVN svnbook.red-bean.com/en/1.1/ch05s02.html pre-commit hook, what is the best way of implementing…
Read more »Advantages of Git over SVN and perforce
What are the advantage of GIT over Subversion and perforce? Code development has its negative and positive sides, but anything that brings more relief and gains time in a project…
Read more »Next Generation Software Configuration Management with Subversion
Next Generation Software Configuration Management with Subversion Next Generation Software Configuration Management with Subversion
Read more »SVN (Subversion) Branching Strategy
Version control systems play a vital role in the success of a software development team. This blog aims to provide a simple branching and merging strategy to manage the code…
Read more »Unable to access : svn: E175002:
pasupuleti2 created the topic: Unable to access : svn: E175002: When I am trying to fetch the code from SVN through Jenkins with any credentials I am unable to access…
Read more »Add User to SVN Server and Set Password
rajeshkumar created the topic: Add User to SVN Server and Set Password Adding users to svn Add a user to the file /etc/subversion/svn-authz, then give that user a password as…
Read more »How Can I Validate A SVN Server’s Back-up And Rest
rajeshkumar created the topic: HOW CAN I VALIDATE A SVN SERVER’s BACK-UP AND REST Consider I have installed SVN in a server and created users for accessing the server, I…
Read more »SVN Checkout URL – fresh install
rajeshkumar created the topic: SVN Checkout URL – fresh install 0 vote down star I just setup SVN on a server that is running Ubuntu server as a fresh install….
Read more »Need document/links for SVN hooks & Properties
vijayakumar.cm created the topic: Need document/links for SVN hooks & Properties Hi, I would like to learn in depth of SVN hook scripts and SVN properties. Could anyone please help…
Read more »Automatic backup all SVN repositories
rajeshkumar created the topic: Automatic backup all SVN repositories Here’s a shell script I use to automatically backup all of my subversion (svn) repositories. I use Dropbox to put my…
Read more »Moving SVN Folders
rajeshkumar created the topic: Moving SVN Folders Moving SVN Folders www.placona.co.uk/539/technology/moving-svn-folders/ Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn
Read more »Copy only certain SVN revisions from one repositor
rajeshkumar created the topic: Copy only certain SVN revisions from one repositor To extract a set of revisions (nn to mm) from a repository: svnadmin dump –incremental -r nn:mm /path/to/repository…
Read more »Integrate Bugzilla with SVN
amitanand123 created the topic: Integrate Bugzilla with SVN I need to integrate Bugzilla with SVN and for this i found a tool called SCMBUG. I am facing problem while committing…
Read more »SVN query for auto merging!!!
vijayakumar.cm created the topic: SVN query for auto merging!!! I need a solution for this auto merging strategy in SVN. My directory structure: Two branches: /main_branch/sourcecodefiles /build_branch à copy of…
Read more »Need to mirror SVN Repository from remote server to a WindowsDevServer
Sne created the topic: Need to mirror SVN Repository from remote server to a WindowsDevServer I am trying to create a backup of SVN Repository which is remotely located. AM…
Read more »ClearCase to SVN migration
vijayakumar.cm created the topic: ClearCase to SVN migration Hi, I have done the successful migration form CVS to SVN,now i need to migrate few projects from Clearcase to SVN. Could…
Read more »SVN – Bugzilla Integration
vivek2 created the topic: SVN – Bugzilla Integration Hi, Please help me some one that how to integrate bugzilla and svn. Regards, Justin sandeeps replied the topic: Re: SVN –…
Read more »Configure LDAP in SVN
rajeshkumar created the topic: Configure LDAP in SVN There is one questions i got in morning. I am lil busy. Any one can reply to this….? Hi Rajesh, Can you…
Read more »Auto merge of svn branches
suresh created the topic: auto merge of svn branches Hi How to proceed in merging two svn branches. Is there any plugin or should we go with scripting. Can anyone…
Read more »Trunk vs branch vs tag in subversion or SVN
rajeshkumar created the topic: trunk vs branch vs tag in subversion or SVN Difference between trunk, branch and tag in SVN, CVS or Subversion Technically all three i.e. trunk, branch…
Read more »