vss2git
vss2git copied to clipboard
Migrate Visual SourceSafe repositories to Git
Hi to all who still have to migrate code from VSS. I understand this repository is still open for discussions, so I'd like to discuss some fixes I did. My...
Needs to be migrated to newer .NET Framework version to support Long File Names. Throws following error if path or name is too long: ``` ERROR: The specified path, file...

``` What steps will reproduce the problem? 1. Create a VSS database 2. Add a binary file of 10MB in it 3. Create 300 revisions of the file in VSS...
Hi trevorr, Github is new to me w.r.t. actively contributing. I tried to push my local fixes branch but got "remote: Permission to trevorr/vss2git.git denied to AxelWS." Which probably means...
I get the error `Attempted read of [...] bytes with only [...] bytes remaining in buffer`(see issue #47 ) with the version 1.0.11
The VSS repository I needed to convert had directories that were renamed where the only difference between the old directory name and new directory name was one of case. The...
VSS has a unique project tree. The project `bar` located in `$/project/foo/bar` will be saved in Git in the `./foo/bar` while it would be better to rebase it to `./`...
First, I am making changes the code I pulled, but it would be nice to have options to: 1. Copy and honor a .gitignore file 2. Create the git repo...