Author Topic: SVN revisions after import  (Read 4498 times)

rotacak

  • Posts: 761
  • Turrets: +39/-64
SVN revisions after import
« on: May 14, 2011, 11:03:48 am »
Is possible to import svn sources with current revisions? I cant achieve it, still have everywhere revision 1 after import. Using TortioiseSVN.

gimhael

  • Posts: 546
  • Turrets: +70/-16
Re: SVN revisions after import
« Reply #1 on: May 15, 2011, 06:41:12 am »
svn has no command to clone a whole repository. If you have direct access to the repository on the server, you can just copy the whole tree or you could write a script that reads the log, checks out every revision and commits them to a new repository.

If you just want to keep a repository of your own patches which can be synced with the master svn server, I found that git-svn is a good solution. It can "clone" a svn repository into git and later you can later fetch updates from the svn master.

Thorn

  • Guest
Re: SVN revisions after import
« Reply #2 on: May 20, 2011, 02:12:01 pm »
svn has no command to clone a whole repository.

svnsync