ScriptUO
General => Off Topic => Topic started 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?
-
You should just be able to share one of your Windows drives. That's what I do anyhow.
-
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..
-
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/)
-
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/
-
Thanks for the responses, I'll give these a try.