niwadhwa / bugzilla-vcs

Automatically exported from code.google.com/p/bugzilla-vcs
0 stars 0 forks source link

Can't locate object method "repository" via package "Git" #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run sync.pl against a Git repository.

What is the expected output? What do you see instead?
Expect to see list of commits to load into VCS

What version of the product are you using? On what operating system?
4.1 of Bugzilla and Git.pm is v0.7.1

Please provide any additional information below.
If I point the script to an invalid repository it will without errors but no 
output.  Took me forever to figure that I was pointing it incorrectly.  
However, once I got it pointed to a git repo it gives this error.

Original issue reported on code.google.com by gdud...@gmail.com on 4 Mar 2011 at 3:43

GoogleCodeExporter commented 9 years ago
I got that error fixed but now I am getting the following error:
Bugzilla Error: (32000) An error occurred while attempting to fetch commit c9cc6
0381282b5420832dbd66b9cb3063c5b1b21 from the "gwt.git" project in the "c:\websit
es\repositories/" repository. Sometimes this means that you specified an invalid
 repository or project. The error was: Can't use string ("c:/websites/repositori
es/gwt.git") as a HASH ref while "strict refs" in use at C:/Perl/site/lib/Error.
pm line 206.

Original comment by gdud...@gmail.com on 14 Mar 2011 at 5:25

GoogleCodeExporter commented 9 years ago
Hmm, okay. Thanks for the bug report! I'm very busy with a few things, but I 
will put this into my queue of things to look into! :-)

Original comment by avatrax...@gmail.com on 14 Mar 2011 at 9:56

GoogleCodeExporter commented 9 years ago
Thanks.  I am trying to get the vcs part working but keep getting that
error about the strict refs.  If I find anything out, I will pass it
along in case it may be helpful.

Original comment by gdud...@gmail.com on 15 Mar 2011 at 4:44