colstrom / gitinspector

Automatically exported from code.google.com/p/gitinspector
GNU General Public License v3.0
0 stars 0 forks source link

Support remote repositories #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This issue was closed by revision a45df61aa945.

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

GoogleCodeExporter commented 9 years ago
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