How to install hooks in gitolite
I've read all the documentation about hooks, similar questions and a lot of code but I can't track where is the error in my procedure. I need to install a simple hook in my gitolite installation (made …
Which scripting language should be used for automating .net build
I wann know which scripting langauge can be used for to make automated .net build through cruise control and clear case. .net has references which needs to be mentioned while building. I am using …
What's the best way to distinguish if a ClearCase element is part of UCM environment?
I do some scripting and I have to support both Base and UCM. I get an element name and I have to figure out if that's part of UCM environment or not. What's the most efficient way to do so? e.g. ...
Couldn't find package gitolite on Ubuntu 10.04
I've been following this tutorial and I'm stuck on sudo apt-get install gitolite with the error Couldn't find package gitolite I've been Googling around for a while now, no one else seems to ...
How to get pvob name by a given element name?
I'm doing some scripting with ClearCase and I have to provide a pvob name. I'm in a context of a view (dynamic or snapshot) and I have an element name (e.g. <path>\filename.cpp) or specific ...
gitolite repository getting created but projects.list is empty
i've installed and configured both gitolite and gitweb. gitolite works fine, all repositories and users work as expected.. but when i use gitweb, i see a 404 - no projects found. i went on to see that …
where to start with eclipse plugin programming?
I am new to Java & Eclipse programming. My work demands me to do Eclipe plugin programming using RTC server & client on RTCversion3. Can anybody guide me where to start from?
gitolite: default remotes for new repository
I've installed gitolite (locally for now, to experiment) and it seems to work, except that new repositories are not tracking the remote by default after a git clone. If I remember correctly, when I …
git default remote branch with gitolite
I'm using gitflow branching model for some projects. For this reason when someone clone a repository I'd like that the default checked out branch would be the develop branch rather than master. For …
Why does Windows XCOPY fail when invoked via Perl system call via psexec?
I'm using psexec to launch a Perl program on remote Windows machines. The program makes a system call to xcopy.This works fine when run directly (locally) on the machines, but when run remotely via …
Undo remove file in ClearCase
I have a ClearCase view with a folder, and two files. I check out the folder, remove a file and check the folder back in. I am left with one folder and one file. Is there a way to get my file back? …
Repairing Hooks and Permissions in Migrated Gitolite Repo
I had a gitolite pre-g2 repository I am attempting to get going on g3. I copied over the entire repositories folder, and started with a clean g3 conf file, and removed all the gl-perms files to have …
Cruise Control clear case integration
I am trying to integrate clear case with cruise control.I have sucessfully integrates it , but when i check in any changes in clear case the build is not happening automatically.below is my ...
How to retrieve the list of files modified across base lines in clear case
I need to retrieve a list of all the files that have been checked-in across baselines along with the owner name. I tried using the cleartool lsact command : However, this command fetches just for one …
Can't clone gitolite-admin
I'm trying to setup gitolite on my server which is a mac mini running os X leopard (non-server version). I believe I correctly installed gitolite using the root installation method detailed on ...
How do you Calibrate 32.768kHz crystal for PIC24 RTCC
I'm trying to figure out the best method for PIC24 RTCC crystal calibration. Their application note states two methods: using a lookup table and using a reference system clock. According to them the …
With a git hook, how do I force or check user identity?
I'm trying to setup a gitolite server. One problem that I find annoying in git is the username is not checked when committing code. This can lead to a possible "identity phishing" where user1 can ...
cleartool describe -ahlink -all filename
I am doing a describe on a file: ct desc -ahlink -all 5.txt 5.txt@@/main/52 Hyperlinks: Merge <- /vobs/TESTVOB/5.txt@@/main/test_branch/1 Merge <- /vobs/TESTVOB/5.txt@@/main/test_branch/2 …
How can I interact with ClearCase from Perl?
My project needs couple of things to be extracted from ClearCase data using the Perl script in a excel sheet,those are - By giving two particular time line or two baseline. all the activity ...
Wrong versions after moving a label (ClearCase)
I baselined a stream this morning, but someone made changes to a couple files that they did not want included in the baseline. I used the Version Tree to move the label from the newest version to …
Recursive checkout with ClearCase UCM
I have been looking for a recursive checkout/checkin script, and everything that I have seen has been for base ClearCase only. Is there a reason for this? Does anyone have a script that can be used …
Migrate from ClearCase to SVN/Mercurial
At work, we're using ClearCase right now. However, there's a lot of overhead required, especially when someone does something stupid (like erase a view with multiple reserved check-outs on the ...
Gitolite git clone error
I am trying to setu gitolite on my server (Macos server). I followed the instructions in the INSTALL document found here : http://sitaramc.github.com/gitolite/doc/1-INSTALL.html I installed the root …
Disabling .ccexclude Files
We are developing on Visual Studio 2008 with Clearcase integration. Some of our project files have rules which include all files (**) within a particular directory. Sometimes this results in Clearcase …
Migrating from ClearCase to TFS - Out Of Memory Exception
I'm trying to migrate a large ClearCase stream (it has a large history set too) to TFS 2010 using "TFS Integration Tools". The tool hangs at TfsMigrationShell.exe Information: 0 : VersionControl: ...
Modifying existing components within stream
I have a component with multiple top level folders which correspond to jar files. Is it bad practice to add new top level folders to this component ( which correspond to new jar files) ? Or should I …
Create project specific files in Clearcase
I'm wondering if it is possible to create project-specific files in Clearcase. What I want to do is create files in one project, use Clearcase to source control the files, but I don't want those ...
what causes CRVAP0237E error, how to fix it?
I got an Error saying: An error occurred during a clearcase operation" Then: CRVAP0237E Resource 'cc.repo.cc-activity:1225576@bd0e4b228d5e4e24b0e5a5a785af21': not found Do you have any clue as …
what is the difference between branch and branch type in rational clearcase
I am new to clearcase and it looks so confusing about branch and branch type and label and label type etc... If i use this command: cleartool mklbtype What it will create, a label or a label type? …
git push origin DENIED by fallthru, hook declined: gitolite
I am having a problem pushing with git using Gitolite. When I try this: git push origin :refs/tags/deployment I get this error: remote: D NAME/install.py repos michael DENIED by fallthru remote: …