Personal Version Control
-
Do you use some version control in your development machine? What? Subversion, CVS, VSTS, etc... Do are happy with this version control? Usually we used client version control (by example, to connect in sourceforge, etc). I wish use client and server parts, then I wish listen your opinions, please :)
Jesus is Love! Tell to someone! :-)
-
Do you use some version control in your development machine? What? Subversion, CVS, VSTS, etc... Do are happy with this version control? Usually we used client version control (by example, to connect in sourceforge, etc). I wish use client and server parts, then I wish listen your opinions, please :)
Jesus is Love! Tell to someone! :-)
I'd suggest sourcesafe or vault, probably. I'd lean toward Vault. Depending on the feature set you need, you could also possibly get by with a script that copies your sourcecode out to a backup location at a certain time every day. I've done such things when I was particularly broke. What kind of features/price range are we talking about? On another note, if someone on this list does decide to develop a personal version control system, I'd like to propose a name. Perversion (kind of like subversion, except it is personal only). Just think how funny it would be to tell your friends that you have a Perversion server on your network. :-)
-
Do you use some version control in your development machine? What? Subversion, CVS, VSTS, etc... Do are happy with this version control? Usually we used client version control (by example, to connect in sourceforge, etc). I wish use client and server parts, then I wish listen your opinions, please :)
Jesus is Love! Tell to someone! :-)
I use PVCS at work and Subversion at home. PVCS 7.5 is slow, and has some quirks with false locks sometimes. For the money, I'd expect more. I have PVCS 8, but haven't tested it yet. It has an actual file server which should improve speed issues, as well as use less network bandwidth. Subversion was easy to set up, for the most part, but I haven't used it enough to have much opinion. So far, so good, and it's free.
BW
If you're not part of the solution, you're part of the precipitate.
-- Steven Wright -
I'd suggest sourcesafe or vault, probably. I'd lean toward Vault. Depending on the feature set you need, you could also possibly get by with a script that copies your sourcecode out to a backup location at a certain time every day. I've done such things when I was particularly broke. What kind of features/price range are we talking about? On another note, if someone on this list does decide to develop a personal version control system, I'd like to propose a name. Perversion (kind of like subversion, except it is personal only). Just think how funny it would be to tell your friends that you have a Perversion server on your network. :-)
-
Do you use some version control in your development machine? What? Subversion, CVS, VSTS, etc... Do are happy with this version control? Usually we used client version control (by example, to connect in sourceforge, etc). I wish use client and server parts, then I wish listen your opinions, please :)
Jesus is Love! Tell to someone! :-)
Subversion is dead easy to set up and use (especially with TortoiseSVN). Speaking from practical experience, it's faster and easier than a batch file that copies your code out to a network drive. Hard to beat that... :)
---- Scripts i’ve known... CPhog 1.8.2 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.2 - printer-friendly forums Expand all 1.0 - Expand all messages In-place Delete 1.0 - AJAX-style post delete Syntax 0.1 - Syntax highlighting for code blocks in the forums
-
Do you use some version control in your development machine? What? Subversion, CVS, VSTS, etc... Do are happy with this version control? Usually we used client version control (by example, to connect in sourceforge, etc). I wish use client and server parts, then I wish listen your opinions, please :)
Jesus is Love! Tell to someone! :-)
SourceGear Vault[^] It's free for one user. If you're used to using VSS, then Vault is a good solution for you. If you need more than one user, then go with Subversion. It's also free. I have used it before, and I had no problems with it.
Jon Sagara When I grow up, I'm changing my name to Joe Kickass! My Site | My Blog | My Articles
-
Subversion is dead easy to set up and use (especially with TortoiseSVN). Speaking from practical experience, it's faster and easier than a batch file that copies your code out to a network drive. Hard to beat that... :)
---- Scripts i’ve known... CPhog 1.8.2 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.2 - printer-friendly forums Expand all 1.0 - Expand all messages In-place Delete 1.0 - AJAX-style post delete Syntax 0.1 - Syntax highlighting for code blocks in the forums
-
Do you use some version control in your development machine? What? Subversion, CVS, VSTS, etc... Do are happy with this version control? Usually we used client version control (by example, to connect in sourceforge, etc). I wish use client and server parts, then I wish listen your opinions, please :)
Jesus is Love! Tell to someone! :-)
I've been using ComponentSoftware's CS-RCS Basic[^] for years. The Basic version is free for personal use, and I found it much easier to set up than the "big boys" like CVS and Subversion. Since I only develop software part of the time, I needed something that didn't require any thought on my part. :) (It's that way with all of my tools, e.g., my favourite PC Board layout program is very easy for me to pick up again after having not used it at all for many months.) -- modified at 15:48 Wednesday 9th August, 2006
-
Do you use some version control in your development machine? What? Subversion, CVS, VSTS, etc... Do are happy with this version control? Usually we used client version control (by example, to connect in sourceforge, etc). I wish use client and server parts, then I wish listen your opinions, please :)
Jesus is Love! Tell to someone! :-)
click.ok wrote:
Do you use some version control in your development machine?
Yes.
click.ok wrote:
What?
Visual SourceSafe v6.
"Money talks. When my money starts to talk, I get a bill to shut it up." - Frank
"Judge not by the eye but by the heart." - Native American Proverb
-
TortoiseSVN is to manage client-side or server side too?
Jesus is Love! Tell to someone! :-)
For most tasks, it'll handle both adequately.
---- Scripts i’ve known... CPhog 1.8.2 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.2 - printer-friendly forums Expand all 1.0 - Expand all messages In-place Delete 1.0 - AJAX-style post delete Syntax 0.1 - Syntax highlighting for code blocks in the forums
-
click.ok wrote:
Do you use some version control in your development machine?
Yes.
click.ok wrote:
What?
Visual SourceSafe v6.
"Money talks. When my money starts to talk, I get a bill to shut it up." - Frank
"Judge not by the eye but by the heart." - Native American Proverb
Idem at home, and at work cvs before and now tfvc. I found that tfvc has some strange behaviors. For example: If you only change something in the UI, and make a CheckIn you will not see that checkin in the Changes Histor Window, you will be able to see it if you go to the server, but not from the client pc. At least this is what happens here. Things like this happened to me with tfvc, so personnaly I would not recommend it yet if you search for somehing already used and stable. I like VSS but I don't know any of the mentionned previously, it may worth the shot.
-
Do you use some version control in your development machine? What? Subversion, CVS, VSTS, etc... Do are happy with this version control? Usually we used client version control (by example, to connect in sourceforge, etc). I wish use client and server parts, then I wish listen your opinions, please :)
Jesus is Love! Tell to someone! :-)
Hi! I use CVS and for the integration into Visual Studio the PushOK CVS SCC proxy. CVS is free and the PushOK proxy costs 24$, but if you don't need the integration into Visual Studio, you can use e.g. WinCVS which is free.
-
Do you use some version control in your development machine? What? Subversion, CVS, VSTS, etc... Do are happy with this version control? Usually we used client version control (by example, to connect in sourceforge, etc). I wish use client and server parts, then I wish listen your opinions, please :)
Jesus is Love! Tell to someone! :-)
Been using Visual Source Safe, but for some time I'm using Tortoise. In my opinion it does a better job. And I feel more safe using it. I've had some bad experiences with VSS.
regards, Mircea Many people spend their life going to sleep when they’re not sleepy and waking up while they still are.
-
Do you use some version control in your development machine? What? Subversion, CVS, VSTS, etc... Do are happy with this version control? Usually we used client version control (by example, to connect in sourceforge, etc). I wish use client and server parts, then I wish listen your opinions, please :)
Jesus is Love! Tell to someone! :-)
subversion ftw!!
-
Do you use some version control in your development machine? What? Subversion, CVS, VSTS, etc... Do are happy with this version control? Usually we used client version control (by example, to connect in sourceforge, etc). I wish use client and server parts, then I wish listen your opinions, please :)
Jesus is Love! Tell to someone! :-)
I use VSTS and it totally rocks.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
Do you use some version control in your development machine? What? Subversion, CVS, VSTS, etc... Do are happy with this version control? Usually we used client version control (by example, to connect in sourceforge, etc). I wish use client and server parts, then I wish listen your opinions, please :)
Jesus is Love! Tell to someone! :-)
Luis Ramos and I went down this road a while back. I know more than a few found this post by me helpful... http://www.codeproject.com/lounge.asp?msg=1327634#xx1327634xx[^] Best Regards, Rex
When I'm joking people take me seriously.
When I'm serious they think I'm joking.
I'm left to conclude my life must be a complete joke. :sigh: :laugh: :cool: -
Do you use some version control in your development machine? What? Subversion, CVS, VSTS, etc... Do are happy with this version control? Usually we used client version control (by example, to connect in sourceforge, etc). I wish use client and server parts, then I wish listen your opinions, please :)
Jesus is Love! Tell to someone! :-)
-
Do you use some version control in your development machine? What? Subversion, CVS, VSTS, etc... Do are happy with this version control? Usually we used client version control (by example, to connect in sourceforge, etc). I wish use client and server parts, then I wish listen your opinions, please :)
Jesus is Love! Tell to someone! :-)
click.ok wrote:
are happy with this version control?
Subversion; Yup, very happy, it just works and works well. Well enough that sooner or later I'm going to find that donation link again and donate to the cause.
I'd love to help, but unfortunatley I have prior commitments monitoring the length of my grass. :Andrew Bleakley:
-
Subversion is dead easy to set up and use (especially with TortoiseSVN). Speaking from practical experience, it's faster and easier than a batch file that copies your code out to a network drive. Hard to beat that... :)
---- Scripts i’ve known... CPhog 1.8.2 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.2 - printer-friendly forums Expand all 1.0 - Expand all messages In-place Delete 1.0 - AJAX-style post delete Syntax 0.1 - Syntax highlighting for code blocks in the forums
Shog9 wrote:
Subversion is dead easy to set up and use
I second that :-D
That's no moon, it's a space station. - Obi-wan Kenobi
-
Luis Ramos and I went down this road a while back. I know more than a few found this post by me helpful... http://www.codeproject.com/lounge.asp?msg=1327634#xx1327634xx[^] Best Regards, Rex
When I'm joking people take me seriously.
When I'm serious they think I'm joking.
I'm left to conclude my life must be a complete joke. :sigh: :laugh: :cool: