I want to start writing KDE rules for my SVN to Git migration. Can I simply see the SVN structure using 'repo-browser' (TortoiseSVN) and write the rules accordingly instead of installing svneverever
to help determine the structure?
Asked
Active
Viewed 85 times
0

Idris.AH
- 410
- 1
- 10
- 22
1 Answers
1
Of course you can. svneverever
just helps you to investigate the history, especially if there was renamings and movings and stuff that is deleted now. If you don't want or need svneverever
you can easily do without if you don't have a complex history with unclean working with SVN. But to run svn2git
you need a local copy of the repo or need to run it on the SVN server anyway, so using svneverever
on it is not too much extra effort.

Vampire
- 35,631
- 4
- 76
- 102
-
How can I determine the structure? – Idris.AH Jan 23 '18 at 16:14
-
By just looking at your history. That's also what `svneverever` does and then displays in a helpful way, especially for now deleted paths. – Vampire Jan 23 '18 at 16:24