-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Found No Changes to Accept #157
Comments
Hi Henry According to your log, no changes get accepted. The cause is, that rtc2git was unable to reset your workspace to an older previous state. You can do that manually by follow this wiki https://github.com/rtcTo/rtc2git/wiki/Resetting-your-workspace-to-an-older-state and configure useExistingWorkspace=True (see config.ini.example). I hope that helps. |
Hello, Thank you for the reply. I tried using
If I set that to true, what I am I suppose to name It says in the config.ini that this Sorry, but the config.ini seems a little vague to me and I am having trouble understanding some of the settings. I also left the same comments on the Slack channel. |
Yes, that is what I meant. I will try that out, thank you |
Thank you, I am looking into rewinding my Repository Baseline to the very beginning, but my oldest baseline is only a week old. The application I work with is probably more than 10 years old. I can get a complete list of the history files, but not reset my workspace to an older baseline. |
Sorry for the late response, I have forgotten to answer 🙈
No they wont show on github.
|
Hello,
I am trying to move a RTC project to Github using rtc2git and after following the directions, I get a
When I go to the directory I set in conifg.ini where migration is to take place, I see two folders, one called myProjectName and another called myProjectName.git. The folder without the git extension has a lot the stuff from my RTC project, but in the folder with the git extension, I only see a couple of files. What is meant by
You can distribute the git-repo 'myProjectName.git'
.After this, how can I push this to the Github Repo that were are trying to use?
The text was updated successfully, but these errors were encountered: