Skip to content
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

Support remote repositories #18

Closed
GoogleCodeExporter opened this issue May 18, 2015 · 4 comments
Closed

Support remote repositories #18

GoogleCodeExporter opened this issue May 18, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

I'd like to specify a repository on the network (not my disk), e.g. a http:// 
address to a repo.  The repo could be git cloned into a temp dir, processed, 
and removed.

Currently, I get a crash:

File "/db/atree/cring/miscgit/gitinspector/gitinspector/config.py", line 31, in 
__read_git_config__
    os.chdir(repo)

Original issue reported on code.google.com by cringt...@gmail.com on 18 Oct 2013 at 4:03

@GoogleCodeExporter
Copy link
Author

Perhaps. If implemented, it would probably be a good idea to support multiple 
protocols (ssh, http, https, git). Luckily, we can use git itself to clone the 
repo.

I'm accepting this request; however I'm putting it on very low priority for 
now, as there are some other important features I want to complete first.

/Adam Waldenberg

Original comment by gitinspe...@ejwa.se on 24 Oct 2013 at 1:54

  • Changed state: Accepted
  • Added labels: Priority-Low, Usability
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

I'm bumping this up and will try to get it included for the 0.3.3 release.

/Adam Waldenberg

Original comment by gitinspe...@ejwa.se on 8 Jan 2014 at 2:46

  • Added labels: Milestone-Release0.3.3

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision a45df61aa945.

Original comment by gitinspe...@ejwa.se on 21 Jan 2014 at 11:16

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

This is now implemented. See the revision referenced above for more information 
on how it works. Please report if you find any problems.

I'm going to bump this up to be included in 0.4.0. It was relatively easy to 
add and doesn't really merit it's own release.

/Adam Waldenberg

Original comment by gitinspe...@ejwa.se on 21 Jan 2014 at 11:19

  • Changed title: Support remote repositories
  • Added labels: Milestone-Release0.4.0
  • Removed labels: Milestone-Release0.3.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant