What product: Windows: Version Control of PureBasic pgms?

Windows specific forum
NewBeOne
New User
New User
Posts: 3
Joined: Fri Apr 13, 2007 3:22 pm
Location: Missouri

What product: Windows: Version Control of PureBasic pgms?

Post by NewBeOne »

What products can be used to control/preserve PureBasic source code? I am using the Windows operating system.

I am really new to PureBasic so please make it simple or it will be over my head.

Thanks for your input
NewBeOne
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

pls ask again in other words.
I have no idea what you mean by "control/preserve PureBasic source code"
oh... and have a nice day.
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Re: What product: Windows: Version Control of PureBasic pgms

Post by traumatic »

Welcome to the forum, NewBeOne.

Do you mean something like Sourcesafe, CVS, Subversion, etc. ?
Good programmers don't comment their code. It was hard to write, should be hard to read.
NewBeOne
New User
New User
Posts: 3
Joined: Fri Apr 13, 2007 3:22 pm
Location: Missouri

Post by NewBeOne »

Yes I do need mean something like Sourcesafe, CVS, Subversion, etc. I'm not sure what is good to use for PureBasic code.
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Post by traumatic »

What's wrong with CVS or Subversion?
Good programmers don't comment their code. It was hard to write, should be hard to read.
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

I think he doesn't know how to use it with PB....
oh... and have a nice day.
NewBeOne
New User
New User
Posts: 3
Joined: Fri Apr 13, 2007 3:22 pm
Location: Missouri

Post by NewBeOne »

I have no experience with Sourcesafe, CVS, Subversion, how to use it, the cost, ease of use. My experience is with Implementer on an AS400 machine or Endevor on a Mainframe, I have no experience with any type of version control on a PC.

In other words lead me towards the best for PureBasic that doesn't cost an arm and a leg and is easy to implement and use! I don't want much do I :)

Thanks for your input.
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Post by traumatic »

Both Subversion and CVS are free and have become a standard in
opensource development.

http://www.nongnu.org/cvs/
http://subversion.tigris.org/

The web is full of information on both of them, so just take your favorite
searchengine and read through all the informative sites you'll find for sure.

Personally I think using CVS is pretty easy, straight forward and comfortable
enough, a lot of people however do have their (initial) problems with it.
Just give it a go.

(BTW, Visual Sourcesafe is a Microsoft product, not compatible to PureBasic)
Good programmers don't comment their code. It was hard to write, should be hard to read.
Thalius
Enthusiast
Enthusiast
Posts: 711
Joined: Thu Jul 17, 2003 4:15 pm
Contact:

Post by Thalius »

I personally use Subversion by now. Was a bit silly to setup but after looking behind it its very nice.

Using TortoiseSVN as Client under Windows ( integrates nicely into Explorer )

Thalius
"In 3D there is never enough Time to do Things right,
but there's always enough Time to make them *look* right."
"psssst! i steal signatures... don't tell anyone! ;)"
JCV
Enthusiast
Enthusiast
Posts: 580
Joined: Fri Jun 30, 2006 4:30 pm
Location: Philippines

Post by JCV »

I personally use SVN too since most projects in sourceforge migrated from CVS to SVN now. I dont know the reason though. Whats the big difference between the two anyway? They are quite similar IMHO.

[Registered PB User since 2006]
[PureBasic 6.20][SpiderBasic 2.2]
[RP4 x64][Win 11 x64][Ubuntu x64]
Post Reply