Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Meanwhile... (Score 1) 346

I also am forced in to clearcase. Here's the workflow I use:

        ct mkview ...
        cd /view/VIEW/vob/blah/dir
        git init
        git add .
        git commit -m 'Init'
        cd /somewhere/else
        git clone /view/VIEW/vob/blah/dir
        # do real work rather than fight clearcase

Git plays quite nicely with other systems.

        -CZ

PS - Easy enough to write a small script to sync difference back to clearcase or update your clearcase master and merge into your workspace.

Slashdot Top Deals

If you have a procedure with 10 parameters, you probably missed some.

Working...