Skip to content

Error message: "svn2git warning: Tracking remote SVN branches is deprecated." #322

@canaveral1208

Description

@canaveral1208

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions