Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SVN Repository on Google Drive or DropBox [closed]

Is it possible to setup SVN repo/server on google drive or dropbox etc?

I want to put my PhD project under version control. The data has to stay private and only accessible to me and my supervisors. I can't afford to pay so I want free service.

I have experience with Tortoise SVN.

If setting up a SVN Server is impossible/very difficult then are there other reliable alternatives which offer Free Prtivate SVN repository.

like image 547
Khurram Majeed Avatar asked Oct 19 '12 17:10

Khurram Majeed


People also ask

Where are SVN repositories stored?

Your svn repository is stored in a folder in the filesystem, it should contain sub-folders like: conf, dav, db, hooks, locks . These folders make up the repository. There's an svnadmin tool you can use to manage the repository.

What is the purpose of an SVN Subversion repository?

SVN stands for Subversion. So, SVN and Subversion are the same. SVN is used to manage and track changes to code and assets across projects.


2 Answers

I have used Dropbox as my Prive or protected svn. Try the link below. http://foyzulkarim.blogspot.com/2012/12/dropbox-as-svn-repository.html

like image 53
Foyzul Karim Avatar answered Oct 13 '22 21:10

Foyzul Karim


For free private SVN hosting try the following:

  • http://riouxsvn.com/
  • http://beanstalkapp.com/ (not free anymore)

Or use BitBucket for free private git/mercurial repositories

like image 40
kshahar Avatar answered Oct 13 '22 21:10

kshahar