Thursday May 20
-
robinluckey created Hg: Pipe characters (|) in filenames cause cat_file() failure
If the name of a file in an Hg repository includes the pipe character in its ...
-
Thursday September 03
-
robinluckey created BzrAdapter: very slow performance
Fetching the list of commits and cat'ing files are both very slow with large ...
-
Monday August 17
-
robinluckey created BzrAdapter: Use author name when available
As we do with Git, we should use the author name when it is available. Cur...
-
Friday August 07
-
robinluckey created SvnChainAdapter: Chain broken by complicated renaming
Project VerseSharp `https://www.ohloh.net/p/versesharp` Repository `http:/...
-
Friday May 22
-
robinluckey created CVSAdapter: Empty CVS rlog should result in empty Git repository
###What happened: When pulling a CVS repository and converting it to Git, if...
-
Monday March 23
-
robinluckey created SvnChainAdapter: Does not work with CodePlex SvnBridge
SvnBridge does not respect sort order for svn log --limit. SvnBridge ticket 1...
-
robinluckey created Check for out-of-bounds timestamps on commits
Some source control systems contain timestamps that are clearly out of range....
-
Tuesday March 10
-
robinluckey created HgAdapter: counting lines of code is incredibly slow
I suspect this is caused by cat_file() being very slow. Large repositories...
-
Friday February 20
-
robinluckey created CvsAdapter: Add support for branches besides HEAD
Currently, CvsAdapter only imports the HEAD branch. There have been a half...
-
Wednesday February 18
-
robinluckey created HgAdapter.pull() -- unresolved merge conflicts can result
During a pull, hg may complain of conflicts during merge, and pull fails. ...
-
Friday February 13
-
robinluckey created BzrParser does not properly handle directory renames
When a directory is renamed, the bazaar log does not report every file as ren...
-
Thursday February 12
-
robinluckey created BzrParser crashes parsing http://bzr.debian.org/pkg-bazaar/bzr-svn/experimental/
Source repository: http://bzr.debian.org/pkg-bazaar/bzr-svn/experiment...
-
Tuesday February 10
-
robinluckey created BzrAdapter: cat_file fails when filename begins with colon
Specific case is repository `https://code.launchpad.net/bzrtools/trunk`, comm...
-
robinluckey created BzrAdapter: cat_file() fails when filename contains parenthesis
More special character escaping woes. Can't we just put the whole filename in...
-
robinluckey created BzrParser fails when commit message includes '--------'
BzrParser is using lines containing only dashes '-' to delimit commits. Su...
-
robinluckey created BzrParser should strip trailing '*' from executable filenames
###What happened: Executable filenames are reported as "script*", causing la...
-
robinluckey created BzrAdapter url validator rejects "bzr://*"
bzr:// should be an accepted protocol.
-
Monday February 09
-
robinluckey created BzrAdapter: cat_file() fails with error "please use ‘bzr upgrade’ to get better performance"
###What happened: - something ###What was expected: - something else
-
robinluckey created BzrParser does not support "rename"
When parsing a log that includes a file rename, the parser returns: D ...
-
