SVN Server Troubleshooting Guide

Assembla uses Subversion 1.12.2 and we highly recommend customers to use SVN 1.12+ based clients for the best experience. If you are using an outdated, pre-1.12 client, you should consider…

Read more »

what is .svn hidden folder?

The Subversion documentation says this about workingCopy directories: A Subversion working copy is an ordinary directory tree on your local system, containing a collection of files. You can edit these…

Read more »

Configure LDAP in SVN

Step 1: Install Required Packages Before installing SVN packages, you must install required packages.Type the below command to install require packages. # yum install httpd mod-ldap mod_authnz_external mod_ssl openssl Start…

Read more »

SVN Mirror for Live back-up & SVN High Availability

Here are three ways to create a full mirror of a Subversion repository: Treat the repository like any other filesystem and recursively copy it to the mirror location. Use svnadmin dump and svnadmin load. Use svnadmin…

Read more »

Trunk vs Branch vs Tag in Subversion/SVN

Trunk Trunk would be the main body of development, originating from the start of the project until the present. The main development area. This is where your next major release…

Read more »

Automatic merge SVN branch

Method 1 Yes , it is possible , and there is an open source project that does it! check out https://github.com/liveperson/Auto-Merger we are constantly working with it and it saves…

Read more »

svn move (mv) — Move/Rename a file or directory

svn move (mv) — Move/Rename a file or directory This command moves files or directories in your working copy or in the repository. NoteSubversion does not support moving between working…

Read more »

Automatic backup Script of All SVN Repository

Read more »

SVN hooks Tutorials & Guide

What is Hooks? A hook script is a program triggered by some repository event, such as the creation of a new revision or the modification of an unversioned property. Each…

Read more »

SVN Checkout command Tutotials

To obtain a working copy you need to do a checkout from a repository. The Checkout command is used to copy the files from the SVN repository to the working…

Read more »

SVN Server Backup and Restore Guide and Tutorials

Backup a local SVN repository over a SSH Console The backup is done on the SSH console by using the SVN dump command specifying a file into which should be…

Read more »

Add User to SVN Server and Set Password.

Method 1 – Using The passwd File The passwd file, located inside the conf folder of your SVN repository is a file that stores every user that have access to…

Read more »

If you have forgotton the admin password of Stash

rajeshkumar created the topic: If you have forgotton the admin password of Stash If you have forgotton the admin password of Stash. 1. Edit the \bin\setenv.sh file (or setenv.bat on…

Read more »

Rename the Branch name

pasupuleti2 created the topic: Rename the Branch name Can we rename the Master branch to Development branch without losing history in Bitbucket? If it is possible, Please give me step…

Read more »

Server sent unexpected return value (423 Locked) i

scmuser created the topic: Server sent unexpected return value (423 Locked) i Hi During checking of files i am getting following error. Any help? “Server sent unexpected return value (423…

Read more »

Error validating server certificate for

scmuser created the topic: Error validating server certificate for I am getting error during checkout source code from Svn. Error validating server certificate for https://XYZ:443: – Unknown certificate issuer Fingerprint:…

Read more »

Apache2 LDAP authorization for Subversion with OpenDS

rajeshkumar created the topic: Apache2 LDAP authorization for Subversion with OpenDS Apache2 LDAP authorization for Subversion with OpenDS There are several ways to enable user authentication for web based applications,…

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 »

Hello me to choose SCM as a career

uma.arumugam created the topic: Hello me to choose SCM as a career Hello Guys! Please help me to tell me everything about SCM. I wanna make my career in SCM….

Read more »

Delta Builds ?

saiki created the topic: delta builds ? Hi, Can any one give more info on delta builds? rajeshkumar replied the topic: Re: delta builds ? Hi Deepak, Every Project has…

Read more »