I have a client who is rather insistent about using Clearcase. Are there any tools/scripts that would allow my team to work against an SVN repository (or really anything other than Clearcase), but periodically automatically sync back changesets to the Clearcase VOB?
My thinking is that if such a tool exists, and it’s automatic, reliable, and transparent the client might be pursuaded to allow us to work against SVN.
Thanks,
Kent
I use Git directly within a ClearCase view.
Then I could
git2svnback the content to SVN if I had a SVN repo to synchronize with.Note: for a tool to work directly within a ClearCase view, I have to use a snapshot view, in order to write in files even if they are not checked out yet. Then for any activity I consider finished, I update the snapshot view which allows me to list all “hijacked” files. I check-out them, then check-in them.
The issue I would see with working with SVN in this case (ClearCase repo for the client) would be to:
At least, with Git, you have: