Clearcase with Maven

scmuser created the topic: Clearcase with Maven Hi, I am using Clearcase UCM and i am looking for pom.xml sample which does the following things. 1. Create A Vob with…

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 »

GitLab Error: – GitLab is not responding

rajeshkumar created the topic: GitLab is not responding Issues – After setting up the gitlab in ubantu by following www.scmgalaxy.com/111-git/888-setting-up…n-local-machine.html I am getting error called “GitLab is not responding” on…

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 »

npm ERR! Error: No compatible version found: restful-client@’>=0.1.0-

rajeshkumar created the topic: npm ERR! Error: No compatible version found: restful-client@’>=0.1.0- Error during npm install node-gitlab rajesh@mahto:~$ npm install node-gitlab npm http GET registry.npmjs.org/node-gitlab npm http 304 registry.npmjs.org/node-gitlab npm…

Read more »

GitLab Error: -ERR! Error: failed to fetch from registry: gitlab-cli

rajeshkumar created the topic: ERR! Error: failed to fetch from registry: gitlab-cli rajesh@mahto:~$ more /home/rajesh/npm-debug.log info it worked if it ends with ok verbose cli [ ‘/usr/bin/nodejs’, verbose cli ‘/usr/bin/npm’,…

Read more »

GitLab Error: -npm ERR! error installing node-gitlab@0.2.1

rajeshkumar created the topic: npm ERR! error installing node-gitlab@0.2.1 rajesh@mahto:~$ npm install node-gitlab npm http GET registry.npmjs.org/node-gitlab npm http 304 registry.npmjs.org/node-gitlab npm http GET registry.npmjs.org/debug npm http GET registry.npmjs.org/restful-client npm…

Read more »

My Gitlab First Notes…

rajeshkumar created the topic: My Gitlab First Notes… To work in gitlab, login as a scmadmin su – s ( go to root) su – git 9 go to as…

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 »

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 »

Github Error: -Couldn’t find host github.com in the _netrc file; using defaults

rajeshkumar created the topic: Couldn’t find host github.com in the _netrc file; using defaults C:\Build_WS\BuildDeployment\Job1\117>git push –verbose * Couldn’t find host github.com in the _netrc file; using defaults * Adding…

Read more »

ERROR: Error cloning remote repo ‘origin’

rajeshkumar created the topic: ERROR: Error cloning remote repo ‘origin’ Error Started by user anonymous Building in workspace D:\tools\jenkins\jobs\Matrix-Fast-java\workspace Cloning the remote Git repository Cloning repository github.com/scmgalaxy/helloworld-java-ant.git > git.exe init…

Read more »

Protocol error: bad band #101?

scmuser created the topic: send-pack: protocol error: bad band #101? How to resolve this issue during push in git using jenkins…. 21:36:30 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.3.1-snc1:prepare (default-cli) on…

Read more »

Homebrew – error: The following untracked working tree files would be

rajeshkumar created the topic: Homebrew – error: The following untracked working tree files would be Error error: The following untracked working tree files would be overwritten by merge Solution Check…

Read more »

Cloning/Accessing Repositories Form Windows

vinavs@yahoo.com created the topic: cloning/accessing repositories form windows I am having trouble accessing the git repository from windows machine. I generated the ssh keys in windows from cygwin and added…

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 »