Hello,
I've created a Vault branching tool for VS2005 solutions using the Vault Client API.
More information can be found on my blog
Feedback is most welcome.
To Sourcegear: I've included your Vault api dll's in the zip file. Is that OK?
Ann: Branching Tool for VS2005 solutions (with source)
Moderator: SourceGear
-
- Posts: 11
- Joined: Thu Jan 26, 2006 8:24 am
- Contact:
Although this goes against our licensing policy, we'll make an exception. You have permission to redistribute the compiled binary DLLs for the Vault Client API.
Note, including the DLLs in your .zip file limits the branch application to a specific version of the Vault client.
Note, including the DLLs in your .zip file limits the branch application to a specific version of the Vault client.
Jeff Clausius
SourceGear
SourceGear
-
- Posts: 11
- Joined: Thu Jan 26, 2006 8:24 am
- Contact:
jclausius,
Thanks!
I'll exclude them from the zip file then and point out in the docs you need to fetch the api files for your specific version. I needed to update them any how because of some minor modifications.
Also, you might want to add a licence.txt file to your API distribution files, as the readme of my version does not say anything about the licence under which the files are made available.
Bye,
Ward
Thanks!
I'll exclude them from the zip file then and point out in the docs you need to fetch the api files for your specific version. I needed to update them any how because of some minor modifications.
Also, you might want to add a licence.txt file to your API distribution files, as the readme of my version does not say anything about the licence under which the files are made available.
Bye,
Ward
-
- Posts: 11
- Joined: Thu Jan 26, 2006 8:24 am
- Contact:
I uploaded a new version without Client API files for a specific version and some small updates.
Documentation & Changes
The sources
Documentation & Changes
The sources
-
- Posts: 11
- Joined: Thu Jan 26, 2006 8:24 am
- Contact:
Hi Frizzo,
Currently it's working for VS2005 solutions with a single solution file and multiple project files (including setup projects). It also fixes the MSSCCPRJ.SCC for all projects.
You can add VS2003 support yourself. Look at the ReplaceInSolutionFile method BranchCreator.cs, you will see that for the .SLN file it's a simple find and replace of the root vault binding path. I think for VS2003 solution it will be similar. If you need help, you can find my e-mail in the docs. If you have VS2003 working send me the code and I'll update the original zip.
Currently it's working for VS2005 solutions with a single solution file and multiple project files (including setup projects). It also fixes the MSSCCPRJ.SCC for all projects.
You can add VS2003 support yourself. Look at the ReplaceInSolutionFile method BranchCreator.cs, you will see that for the .SLN file it's a simple find and replace of the root vault binding path. I think for VS2003 solution it will be similar. If you need help, you can find my e-mail in the docs. If you have VS2003 working send me the code and I'll update the original zip.