0

I actually have an existing svn project hosted by google code. now I had created a new svn repository on my rented vServer. Now I wanna share/copy my

https://myproject.googlecode.com/svn/trunk/

into my new repo,which is available on

https://mydomain.com/svn/client/android/

How can I solve this?

Kooki
  • 1,157
  • 9
  • 30
  • Export and import? Not sure what you mean by "share". Should the repos remain synced? – Pekka Oct 25 '12 at 21:19
  • no, after finishing i'll delete the googlecode project, and I thought there were an "Team->Share" function into eclipse. – Kooki Oct 25 '12 at 21:20

1 Answers1

1

If you want to migrate your project to your vserver, I think How do I migrate an SVN repository to another SVN repository? is for you. If this is your solution, question is an exact duplicate.

Community
  • 1
  • 1
f4lco
  • 3,728
  • 5
  • 28
  • 53
  • I tried this, but svnadmin dump says, that he can use an url to dump – Kooki Oct 25 '12 at 21:30
  • [This answer](http://stackoverflow.com/questions/939963/how-to-migrate-svn-to-another-repository#answer-3142938) suggests to use `svnsync`. How about that? – f4lco Oct 26 '12 at 09:08