svn code synchronizing starting point

Post Reply
wilco1967
Posts: 156
Joined: Thu Aug 18, 2011 6:04 pm
Location: Winterswijk, Netherlands

svn code synchronizing starting point

Post by wilco1967 »

What tool are you guys using to keep the source code synchronized between the google code svn directory and your own computer ?
Upto now, I've manually copied the code, tab by tab from the google code trunc :oops: , but I guess there must be a more sophisticated way

I've been reading something about apache, and subversion, but not sure if this is the way to go...

I found this link, which seems like a starting point.
http://svn.spears.at/#1

Should I follow this route, or is there a easier / better / (both of the previous) solution ?...
just a name of a program / link would be sufficient.... just so I know where to start reading.

Thanks !

Wilco

User avatar
kos
Posts: 286
Joined: Thu Feb 16, 2012 4:51 am
Location: Fr

Re: svn code synchronizing starting point

Post by kos »

for windows user :
TortoiseSVN is an easy-to-use SCM / source control software for Microsoft Windows and possibly the best standalone Apache™ Subversion® client there is. It is implemented as a Windows shell extension, which makes it integrate seamlessly into the Windows explorer. Since it's not an integration for a specific IDE you can use it with whatever development tools you like.

http://tortoisesvn.net/downloads.html

http://tortoisesvn.tigris.org/ - A Subversion client, implemented as a windows shell extension.

wilco1967
Posts: 156
Joined: Thu Aug 18, 2011 6:04 pm
Location: Winterswijk, Netherlands

Re: svn code synchronizing starting point

Post by wilco1967 »

Ok, Thanks a lot !

Seems like I got it working....

Post Reply