Is there a way to integrate WSPBuilder projects in SourceSafe? Is there any article regarding this on how to proceed?
|
|
Like others are saying also, a WSP Builder project can just as easily be added to SourceSafe/TFS as any other project. The steps to do this are:
How to set up SourceSafe depends on how your organisation works. Perhaps reading up on some articles about different trees (trunk, branch, release) will be a good idea. I learned a lot by reading through some SVN documentation. But that's really something out of the scope of the question. |
|||
|
|
|
We add projects created by WSP Builder to TFS with out any issues. There should be no change to the process adding projects to any source control system. |
|||
|
|
|
I personally like to add the WSP Builder onto my project manually. Following are the steps that i use.
cd $(ProjectDir) wspbuilder -outputpath Deployment -wspname mySharePointSolution.wsp -CreateWSPFileList FileLog.txt -excludePaths "/bin/Debug;/bin" Final step is to build your project and you should find your WSP file created. Checkin allt he files onto TFS :) Hope this helps
|
|||
|
|