| View previous topic :: View next topic |
| Author |
Message |
Robert MacLean Guest
|
Posted: Fri May 28, 2004 1:42 pm Post subject: Version Control |
|
|
Just wondering what other Delphi developers are using for there version control?
--
Robert MacLean
http://www.sadev.co.za
|
|
| Back to top |
|
 |
Barry Carr Guest
|
Posted: Fri May 28, 2004 2:10 pm Post subject: Re: Version Control |
|
|
Ricardo Cardona (Open) wrote:
| Quote: | Just wondering what other Delphi developers are using for there
version
control?
TortoiseSVN
|
Me too. Subversion is tons better than CVS
--
Cheers
Barry Carr
Ixian Software Components Ltd
Blairgowrie
Perthshire
Scotland
|
|
| Back to top |
|
 |
Robert MacLean Guest
|
Posted: Fri May 28, 2004 2:14 pm Post subject: Re: Version Control |
|
|
Barry Carr <barrycarr (AT) ixian-software (DOT) com> wrote:
| Quote: | Me too. Subversion is tons better than CVS
Just downloaded it, planning to test it this weekend. Until now TortoiseCVS has |
been treating me well (esp since I can use it with SourceForge)
--
Robert MacLean
http://www.sadev.co.za
|
|
| Back to top |
|
 |
Robert MacLean Guest
|
Posted: Fri May 28, 2004 2:18 pm Post subject: Re: Version Control |
|
|
Kevin <kevinbe71 (AT) y_a_h_o_o (DOT) c_o_m> wrote:
| Quote: | StarTeam- go Borland!
Oh so thats what StarTeam is. I heard borland going on about it, but couldn't be |
bothered to look at what it is.
| Quote: | Previously I was a VSS fan
I'm really put off by VSS, considering Microsoft doesn't use it themselves (I |
wonder if Borland uses starteam?). Microsoft (atleast the windows team) uses
some special internal version control.
--
Robert MacLean
http://www.sadev.co.za
|
|
| Back to top |
|
 |
Derek Davidson Guest
|
Posted: Fri May 28, 2004 2:46 pm Post subject: Re: Version Control |
|
|
Robert MacLean wrote:
| Quote: | Just wondering what other Delphi developers are using for there
version control?
|
CVS with TortoiseCVS
--
Derek Davidson
http://www.enterpriseblue.com
For the world's EASIEST Help Desk software
Now Verified for Microsoft Windows Server 2003
|
|
| Back to top |
|
 |
Leonel Guest
|
Posted: Fri May 28, 2004 2:49 pm Post subject: Re: Version Control |
|
|
Derek Davidson wrote:
| Quote: | CVS with TortoiseCVS
|
Me too. But I'm looking for moving to Subversion with TortoiseSVN when
possible.
--
Leonel
http://www.techtips.com.br
|
|
| Back to top |
|
 |
Kevin Guest
|
Posted: Fri May 28, 2004 2:58 pm Post subject: Re: Version Control |
|
|
Robert MacLean wrote:
| Quote: | StarTeam- go Borland! :-)
Oh so thats what StarTeam is. I heard borland going on about it, but couldn't be
bothered to look at what it is.
|
StarTeam is more than just version control. It has an integrated bug
tracker as well. It also has task management and a discussion forum.
What's nice is that you can link particular versions of files to defects
or project CRs. So your QA team (or other developers) can see exactly
what files you "touched" when you fixed an issue. This helps you get an
idea of how extensive a change was. It's a really comprehensive
package. Oh, and there's a full featured Linux GUI client as well! You
should really take a look at it- download the eval version. The
standard version lacks the repository customization (and a few other
features such as MS Project integration I believe) but that's not such a
big deal (although it is handy to have).
Cheers,
Kevin.
|
|
| Back to top |
|
 |
Robert MacLean Guest
|
Posted: Fri May 28, 2004 3:01 pm Post subject: Re: Version Control |
|
|
Kevin <kevinbe71 (AT) y_a_h_o_o (DOT) c_o_m> wrote:
| Quote: | You should really take a look at it
I think i will. |
--
Robert MacLean
http://www.sadev.co.za
|
|
| Back to top |
|
 |
mamcx Guest
|
Posted: Fri May 28, 2004 3:09 pm Post subject: Re: Version Control |
|
|
I download it and not have a clue how that work... I read the info in
the page and the usual readme but look like are instrucctions for linux,
not windows...
|
|
| Back to top |
|
 |
Xavier Pacheco Guest
|
Posted: Fri May 28, 2004 3:10 pm Post subject: Re: Version Control |
|
|
Robert MacLean wrote:
| Quote: | Just wondering what other Delphi developers are using for there
version control?
|
CVS. There are a combination of GUI apps for. I use SmartCVS ($19)
which on a slow box sucks, but on a fast computer, works really well.
-- x
|
|
| Back to top |
|
 |
Eric Grange Guest
|
Posted: Fri May 28, 2004 3:17 pm Post subject: Re: Version Control |
|
|
| Quote: | Me too. But I'm looking for moving to Subversion with TortoiseSVN when
possible.
|
SVN looks good, but I'm waiting for SVN to have received more bug
testing and more pounding before using it @work.
After some bad experiences with Visual Source UNSafe, I prefer
to stay away from version controls that haven't been tested
on a large scale (as in sourceforge.net), still SVN looks like
the best successor, especially with a Tortoise-class client :)
Eric
|
|
| Back to top |
|
 |
Derek Davidson Guest
|
Posted: Fri May 28, 2004 3:18 pm Post subject: Re: Version Control |
|
|
Leonel wrote:
| Quote: | Me too. But I'm looking for moving to Subversion with TortoiseSVN when
possible.
|
I've not looked at subversion yet. I guess I should based on the
comments I am seeing here.
--
Derek Davidson
http://www.enterpriseblue.com
For the world's EASIEST Help Desk software
Now Verified for Microsoft Windows Server 2003
|
|
| Back to top |
|
 |
Eric Grange Guest
|
Posted: Fri May 28, 2004 3:19 pm Post subject: Re: Version Control |
|
|
TortoiseCVS + ViewCVS
Looking forward to TortoiseSVN + WebSVN
Eric
|
|
| Back to top |
|
 |
Robert MacLean Guest
|
|
| Back to top |
|
 |
Leonel Guest
|
Posted: Fri May 28, 2004 3:32 pm Post subject: Re: Version Control |
|
|
Eric Grange wrote:
| Quote: | SVN looks good, but I'm waiting for SVN to have received more bug
testing and more pounding before using it @work.
|
Conectiva Linux has been using SVN for a while now here in Brazil. I
haven't heard about anything bad that had happened with it.
--
Leonel
http://www.techtips.com.br
|
|
| Back to top |
|
 |
|