Get source out from under Source Control 
Author Message
 Get source out from under Source Control

I would like to distribute the source code to sample apps.  The source is
presently under VSS (it was originally developed under VB 6.0 and migrated
to VB.Net).  If I just package the various files needed to build the
project, the VS.Net on the receiving computer whines and complains about not
being able to find the appropriate VSS client (or db or whatever else is
missing).  After all the complaining, the project builds and runs OK.

Anybody know an easy way to get all the VSS-related stuff out of the
.vbproj, .suo, .sln etc files?

thanks
charles



Tue, 10 Aug 2004 12:10:55 GMT  
 Get source out from under Source Control
VB adds the file "App.vbproj.vspscc" to the project directories and VSS adds
vssver.scc.  If you remove those files, I believe, the IDE no longer
attempts integration with source control.

P.S. remember to change the files to writable before sending out to other
developers (assuming they plan on changing things).

Scotch


Quote:
> I would like to distribute the source code to sample apps.  The source is
> presently under VSS (it was originally developed under VB 6.0 and migrated
> to VB.Net).  If I just package the various files needed to build the
> project, the VS.Net on the receiving computer whines and complains about
not
> being able to find the appropriate VSS client (or db or whatever else is
> missing).  After all the complaining, the project builds and runs OK.

> Anybody know an easy way to get all the VSS-related stuff out of the
> .vbproj, .suo, .sln etc files?

> thanks
> charles



Sun, 15 Aug 2004 14:06:02 GMT  
 Get source out from under Source Control
Thanks...

I removed the files you referenced and then also had to hack out parts of
the .vbproj and .sln files before all the complaints went away.

Seems like there has to be a better way.

charles


Quote:
> VB adds the file "App.vbproj.vspscc" to the project directories and VSS
adds
> vssver.scc.  If you remove those files, I believe, the IDE no longer
> attempts integration with source control.

> P.S. remember to change the files to writable before sending out to other
> developers (assuming they plan on changing things).

> Scotch



> > I would like to distribute the source code to sample apps.  The source
is
> > presently under VSS (it was originally developed under VB 6.0 and
migrated
> > to VB.Net).  If I just package the various files needed to build the
> > project, the VS.Net on the receiving computer whines and complains about
> not
> > being able to find the appropriate VSS client (or db or whatever else is
> > missing).  After all the complaining, the project builds and runs OK.

> > Anybody know an easy way to get all the VSS-related stuff out of the
> > .vbproj, .suo, .sln etc files?

> > thanks
> > charles



Mon, 16 Aug 2004 00:22:17 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Function in field Control Source gets bad arguments?

2. Getting source code of outline control example...

3. Webbrowser control (getting source)

4. Getting TXT source from WebBrowser Control?

5. Getting HTML source from Webbrowser control

6. Getting source code with WebBrowser control??

7. getting html source only, using webbrowser control

8. WebBrowser Control in VB 6: Getting to the HTML Source

9. WebBrowser Control & Getting HTML Source

10. Getting HTML source from Webbrowser control

11. WebBrowser Control - getting HTML source

12. Getting HTML source from Webbrowser control

 

 
Powered by phpBB® Forum Software