ScriptUO

General => Off Topic => Topic started by: slyone on October 17, 2011, 07:16:06 PM

Title: SVN Serve anyone?
Post by: slyone on October 17, 2011, 07:16:06 PM
I have been tinkering with tortoiseSVN on my desktop and now I want to access my repository on my laptop.  I don't think I need to go the apache server route so I thought I would go with svnserve.  But it seems like all of the links I find are to downloading the apache verion of svnserve.  Do any of you use svnserve and have a link to a working download?  If you have used it, how has it worked for you?
Title: Re: SVN Serve anyone?
Post by: TrailMyx on October 17, 2011, 07:24:06 PM
You should just be able to share one of your Windows drives.  That's what I do anyhow.
Title: Re: SVN Serve anyone?
Post by: Crome969 on October 17, 2011, 08:56:24 PM
You should just be able to share one of your Windows drives.  That's what I do anyhow.
Or Google Account and save your scripts into your account. you can space 1GB Files there, can save multiple revisions of a File and 4 ways to control your files:
Public for all (Think then its listed in google,too)
Private Only(Only you)
Link Only(Only who have the link can download)
Mail Only(Only the Mail adresses who are inserted have access to the specific file).
Thats how i save my scripts. I can write here save as a Version.. Later in Company fix it and save it as revision. At home i can download the revision and test, if not working, i could use the first version as well..
Title: Re: SVN Serve anyone?
Post by: Masscre on October 18, 2011, 04:19:32 PM
Go to this page and give these links a try. I think the first one was the one I use.

http://www.collab.net/downloads/subversion/ (http://www.collab.net/downloads/subversion/)
Title: Re: SVN Serve anyone?
Post by: UOMaddog on October 18, 2011, 08:17:18 PM
I have a windows server 2008 64-bit server and run VisualSVN and use subclipse for subversion control in Eclipse to do Android app development. Works beautifull!

If you're using Windows, I'd highly recommend it!

http://www.visualsvn.com/server/
Title: Re: SVN Serve anyone?
Post by: slyone on October 19, 2011, 04:53:36 AM
Thanks for the responses, I'll give these a try.