Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Support Bar character #1

Closed
wants to merge 150 commits into from

Conversation

PDegenPortnoy
Copy link

From the comment in https://www.ohloh.net/forums/10/topics/8386, there is a Mecurial repository with a "|" in the URL that is being flagged as invalid by Ohloh and should not be.

The bigger question is whether this change ought to be in all adapters.

Robin Luckey added 30 commits February 5, 2009 06:04
branch is actually a directory copy from somewhere else.
      Non-empty STDERR does not always imply failure. In this specific
      case, we are receiving an upgrade warning on STDERR, but this
      does not mean that we should abort.
      In addition, it turns out that there are multiple ways in which Bazaar
      can report multiple operations to a file in a single commit. I've
      made the parser a bit messier in order to handle all of these cases.
      message includes a line of only dashes (thus confusing the parser).
      It feels like just deleted this silly escape() method...
…sted

      revision belongs to a chained parent.
		We achieve this by passing a pointer to the "current" link in the svn
      chain along with the commit itself. So when we want to check out a particular
		commit from Subversion, we can determine the appropriate branch/URL to
      check out from.
…subclass.

         This preserves the original --stop-on-copy basic behavior in its own class.
           * This keeps the base SvnAdapter class uncomplicated.
           * The base SvnAdapter can still be used if desired.
           * I can foresee another, better Subversion importer built around svnsync
             that will not require chaining.
      Fix info() and ls() to strictly use root + branch_name
amujumdar and others added 29 commits October 11, 2011 11:37
I renamed the readme file so that GitHub will display it nicely.
Also adds an example file to test/repositories/bzr repository
and a test.
We can't know when it's required, but it's fatal to miss it,
So we force a `bzr upgrade` after every pull.
If bzr logger is not set, warning messages generated by bzr get
suppressed and an error is logged to stderr instead, telling us
that logger is not initialized.

This was causing bzr Sloc jobs to die or hang in some cases.
Also removes previous fix for this ticket that force upgraded
repos.
OTWO-1489 Added a validation for SVN Repo URL if empty
Commit log for large git repositories doesn't fit in memory. We
started seeing failing import jobs for large git repositories.
This patch writes the log to a file before parsing it so that we
don't hold the entire log in memory.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants