Tag Archives: SVN

Конвертирование проекта из SVN в Git

В fedora linux:

После этого в ~/git-repo будет «чистый» git-репозиторий. Ссылки: http://www.johnclarkemills.com/2011/01/01/migrate-from-svn-to-git-with-history/ http://gitready.com/beginner/2009/02/04/converting-from-svn.html http://redlinesoftware.com/blog/2008/2/24/converting-subversion-repositories-to-git http://stackoverflow.com/questions/79165/how-to-migrate-svn-with-history-to-a-new-git-repository http://www.jonmaddox.com/2008/03/05/cleanly-migrate-your-subversion-repository-to-a-git-repository/ http://stackoverflow.com/questions/7784951/how-to-begin-committing-via-git-to-bitbucket-not-seeing-changes http://lists.debian.org/debian-devel/2011/07/msg00522.html http://git.or.cz/course/svn.html Чтобы слить несколько свн-репозиториев в один, можно воспользоваться советом про subtree merge — http://stackoverflow.com/questions/1425892/how-do-you-merge-two-git-repositories

Конвертирование проекта из SVN в Mercurial

В fedora linux:

SVN сервер под Windows

Лично я пользуюсь VisualSvn. Достаточно удобен, очень прост, бесплатен. Ставится как служба.

Справочник по SVN

http://svnbook.red-bean.com/en/1.0/ch09.html

Gentoo и Subversion

подробный мануал на русском по установке и настройке