forked from jcoglan/svn2git
-
Notifications
You must be signed in to change notification settings - Fork 446
Open
Description
Hi, @nirvdrum.
My SVN repo has the following root layout (it's a legacy project I have to work on it):
-----------------------
Project
... (a lot of docs subfolders here)
System
... (the trunk code here)
tags
... (the tags here)
-----------------------
I used the following command to convert it to Git:
svn2git file:///svn.example.com/path/to/repo --trunk System --branches Project --tags tags
When the conversion starts at the "Project" folder, it suddenly stops with the following error message:
********************************************************************
svn2git warning: Tracking remote SVN branches is deprecated.
In a future release local branches will be created without tracking.
If you must resync your branches, run: svn2git --rebase
********************************************************************
command failed:
By the way, do you know what I'm doing wrong?
Thanks in advance for your reply.
Best regards,
Everton
Metadata
Metadata
Assignees
Labels
No labels