I’m trying to create my own SVN server so I can work on my android projects everywhere.
I have an VPS and I installed svn, I set up the directory and added a use to the password file.
After a while I finally managed to create a project with
svn import -m "initial import" . file:///home/admin/svn/reposvn/testp/trunk
But I don’t understand?
Can I only import project that are on my server?
If thats the case I could just use ftp and not worry about svn at all.
What I would like to do is have a url to use in things like eclipse.
my subdomain points to /home/admin/svn/ and then I typed in /reposvn
So I tried the urls
http://(mydomain)/reposvn
and
svn://(mydomain)/reposvn
but neither worked
Says
Detected a cycle while processing the operation
svn: Redirected cycle detected for URL ….
I also set up daemon or whatever with svnserve -d
any ideas? Thanks!
Once I wrote an article about this. I think it will give you enough information about this issue: How to set up SVN version control over SSL with Apache to use in Eclipse.