You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Collins-Sussman <su...@collab.net> on 2003/06/25 18:24:45 UTC

Re: Can subversion do....

rbraswell@connected.com writes:

> 1) When a branch is taken from the main line, will subversion update the SCC
> information in the MS Dev Studio .dsp and .dsw files, or will I have to do
> that myself as I currently do in VSS?

I don't of any version control tool that knows how to "automatically
update .dsp files".   I don't understand why that even needs to
happen, maybe a MS Dev Studio person can address this.

> 
> 2) Can developers have their own "private branch\workspace", changes made to
> which can later be promoted into the main line? How would this be done?

Yes.  Read chapter 4 of the svn book:  http://svnbook.red-bean.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Can subversion do....

Posted by SteveKing <st...@gmx.ch>.
----- Original Message ----- 
From: "Ben Collins-Sussman" <su...@collab.net>
>
> > 1) When a branch is taken from the main line, will subversion update the
SCC
> > information in the MS Dev Studio .dsp and .dsw files, or will I have to
do
> > that myself as I currently do in VSS?
>
> I don't of any version control tool that knows how to "automatically
> update .dsp files".   I don't understand why that even needs to
> happen, maybe a MS Dev Studio person can address this.

AFAIK in VS.NET that information isn't stored in the project files
anymore but in separate files.
Also, you would only need that if you use a Visual-Studio plugin
which uses the MSSCC interface - other plugins or GUI's
don't touch VS's handling of SCC's at all (and IMHO: that's
the better way).

Stefan


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Can subversion do....

Posted by "D.J. Heap" <dj...@shadyvale.net>.
Interesting...presumably it will not be open source because of the NDA?

DJ


Tim Hawkins wrote:
> Even better, subway 
> 
> http://nidaros.homedns.org/subway/
> 
> VS.NET SCC provider for SVN 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

RE: Can subversion do....

Posted by Tim Hawkins <ti...@timhawkins.co.uk>.
I'm emailing the guy about another matter; I'll mention that to him. 

I must point out I have no association with the product. 

-----Original Message-----
From: Sander Striker [mailto:striker@apache.org] 
Sent: 26 June 2003 02:25
To: Tim Hawkins; arild.fines@broadpark.no; 'D.J. Heap'; sussman@collab.net;
rbraswell@connected.com; 'SVN Dev List'
Subject: RE: Can subversion do....

> From: Tim Hawkins [mailto:tim@timhawkins.co.uk]
> Sent: Thursday, June 26, 2003 3:21 AM

> Even better, subway 
> 
> http://nidaros.homedns.org/subway/
> 
> VS.NET SCC provider for SVN 

Would be nice if it didn't use our logo though...


Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

RE: Can subversion do....

Posted by Sander Striker <st...@apache.org>.
> From: Tim Hawkins [mailto:tim@timhawkins.co.uk]
> Sent: Thursday, June 26, 2003 3:21 AM

> Even better, subway 
> 
> http://nidaros.homedns.org/subway/
> 
> VS.NET SCC provider for SVN 

Would be nice if it didn't use our logo though...


Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

RE: Can subversion do....

Posted by Tim Hawkins <ti...@timhawkins.co.uk>.
Even better, subway 

http://nidaros.homedns.org/subway/

VS.NET SCC provider for SVN 

-----Original Message-----
From: Arild Fines [mailto:arild.fines@broadpark.no] 
Sent: 25 June 2003 22:35
To: D.J. Heap; sussman@collab.net; rbraswell@connected.com; 'SVN Dev List'
Subject: RE: Can subversion do....

D.J. Heap wrote:
> The Ankh project (ankh.tigris.org) has a plugin for VSNet2002 (and
VSNet2003, I think),

That would be http://ankhsvn.tigris.org ;-)

--
Arild


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

RE: Can subversion do....

Posted by Arild Fines <ar...@broadpark.no>.
D.J. Heap wrote:
> The Ankh project (ankh.tigris.org) has a plugin for VSNet2002 (and
VSNet2003, I think),

That would be http://ankhsvn.tigris.org ;-)

--
Arild


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

RE: Can subversion do....

Posted by "D.J. Heap" <dj...@dhiprovo.com>.
Visual SourceSafe integrates into MS IDE's, although it is slow and
flaky in our experience.  Subversion does not.  The Ankh project
(ankh.tigris.org) has a plugin for VSNet2002 (and VSNet2003, I think),
but I don't know of any similar thing for MSDev6 (which is the version
that uses dsp files).

DJ

-----Original Message-----
From: sussman@collab.net [mailto:sussman@collab.net] 
Sent: Wednesday, June 25, 2003 12:25 PM
To: rbraswell@connected.com; SVN Dev List
Subject: Re: Can subversion do....


rbraswell@connected.com writes:

> 1) When a branch is taken from the main line, will subversion update
the SCC
> information in the MS Dev Studio .dsp and .dsw files, or will I have
to do
> that myself as I currently do in VSS?

I don't of any version control tool that knows how to "automatically
update .dsp files".   I don't understand why that even needs to
happen, maybe a MS Dev Studio person can address this.

> 
> 2) Can developers have their own "private branch\workspace", changes
made to
> which can later be promoted into the main line? How would this be
done?

Yes.  Read chapter 4 of the svn book:  http://svnbook.red-bean.com




**********************************************************************
This email and any files transmitted with it are confidential
and intended solely for the use of the individual or entity to
whom they are addressed. If you have received this email
in error please notify the system manager.

This footnote also confirms that this email message has been
swept by MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org