Version Control Systems in 2024

Version control systems (VCS) have become indispensable tools for software development, and 2024 reflects their continued evolution and diversification. Here’s a glimpse into the current landscape: Dominant Player: Strong Contenders:…

Read more »

What is SVN and use cases of SVN?

What is SVN? SVN, which stands for Subversion, is an open-source version control system (VCS) used for managing changes to files and directories over time. It’s a centralized system, meaning…

Read more »

Version Control Systems: A Beginner’s Guide

Version control systems (VCS) are an essential tool in the world of software development. They allow developers to keep track of changes made to code over time, collaborate with others…

Read more »

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 »

The minimum features for SCM tools

SCM Tools The minimum features for SCM tools are closely related to the task of handling the different product deliverables produced within the project software engineering process. Tool requirements and…

Read more »

ClearCase/ClearQuest SCM Applicant Livermore CA US

mfeighner created the topic: ClearCase/ClearQuest SCM Applicant Livermore CA US Michael Lee Feighner 831 Turino Street Livermore, California 94551-2569 Home: (925) 449-8692 Cell: (925) 337-1298 feinerVogel94551@comcast.net www.linkedIn.com/in/michaelfeighner PROFESSIONAL SUMMARY Software/Hardware…

Read more »

Release notes for .net builds

rajeshkumar created the topic: Re: Release notes for .net builds Hi, I have used Doxygen for C++ and Java based project which is best for these 2 language. But no…

Read more »

Good GIT SCM Video at youtube.

rajeshkumar created the topic: Good GIT SCM Video at youtube.Hi Friends, This week I am started digging more into to GIT. I hope these videos will be helpful for you…

Read more »

Git Web References & Cheatsheet

rajeshkumar created the topic: Useful website Reference for GIT Here are following website good to know more about GIT-SCM. help.github.com/ progit.org/ git-scm.com/ whygitisbetterthanx.com/ Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn

Read more »

Urgent requirement for ‘IBM RTC with SCRUM Master’ with our client

ranjita created the topic: Urgent requirement for ‘IBM RTC with SCRUM Master’ with our client Hi, Greetings for the Day!! We have urgent openings for” SCM with Scrum Master” with…

Read more »

This user is in an organization and can’t be deleted.

scmuser created the topic: This user is in an organization and can’t be deleted. Following error while deleting users from git gub. This user is in an organization and can’t…

Read more »

The ova package name does not match

rajeshkumar created the topic: the ova package name does not match While importing github-enterprise-11.10.320-x86_64.ova in Vmware workstation 7, I am getting following error… The ova package name does not match…

Read more »

What does commit object contain and What is SHA1?

rajeshkumar created the topic: What does commit object contain and What is SHA1? The SHA All the information needed to represent the history of a project is stored in files…

Read more »

Git Commands Tutorials and Example: Git Reset – Git Revert

 git reset Vs git revert git reset Vs git revert The git revert command undoes a committed snapshot. But, instead of removing the commit from the project history, it figures…

Read more »

What is Staging Area?

rajeshkumar created the topic: What is staging area? The Git directory is where Git stores the metadata and object database for your project. This is the most important part of…

Read more »

Git Commands Tutorials and Example: Git Clean – How to clean git workspace?

How to clean workspace in git? To reset a specific file to the last-committed state (to discard uncommitted changes in a specific file): git checkout thefiletoreset.txt This is mentioned in…

Read more »

Deep Dive into Git Hooks

Like many other Version Control Systems, Git has a way to fire off custom scripts when certain important actions occur. There are two groups of these hooks: client side and…

Read more »

Chef Error – FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited u

rajeshkumar created the topic: FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited u FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1) Error gitlab-ctl reconfigure Starting Chef Client, version 11.12.2 Compiling…

Read more »