-
It was obvious in hindsight that I would need `git-svn` but was very confusing when I got `git: 'svn' is not a git command.` running svn2git for the first time. It might be handy to add this to the in…
cas-- updated
12 years ago
-
I don't get it to work on my Mac with OSX 10.6.8...
I followed some tutorial like: http://dev.blog.apid.com/2009/01/09/using-svn2git-on-os-x-leopard/
But it is not working :(
Any hints?
-
I have a slightly different tags folder structure than svn2git seems to be expecting, and therefore tags are not being imported properly. In your readme, you specify tags like this:
```
tags
1.0.0…
ghost updated
12 years ago
-
It would be epic if you could find some automated (or otherwise easy) was to have some branches or tags that mirror the stable releases.
For example, going through the Git book right now and it is ba…
-
Especially it can be found in resulted `tags`.
Now you get something like:
```
git tag -l | head -3
0.1
1.0
1.0.1
```
Where semver.org (`SemVerTag`) suggests:
```
git tag -l | head -3
v0.1
v1.0
v1…
stas updated
13 years ago
-
-
When no branch is specified all local brunches should be used. But instead cvsanaly breaks terribly:
```
$ cvsanaly2 .
Parsing log for /repo_path (git)
Traceback (most recent call last):
File "/usr…
-
In `plugins/MootoolsFileManager/mootools-filemanager` a `.git` directory and `.gitignore` file were checked in.
Perhaps this was on purpose so that the mootools-filemanager git repository can be pull…
-
Including the line Jeweler::GemcutterTasks.new, in the rake task causes Rake to fail with:
rake aborted!
wrong number of arguments (1 for 0)
Commenting this line out, but leaving the rest works as …