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

The infinite ../gource loop. #195

Open
GoogleCodeExporter opened this issue Mar 18, 2016 · 2 comments
Open

The infinite ../gource loop. #195

GoogleCodeExporter opened this issue Mar 18, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Go to folder of my git project.
2. Start gource.

What is the expected output? What do you see instead?
Gource should start. An infinite loop of "\mydirectory\gource" commands 
executes in the console instead.

What version of the product are you using? On what operating system?
0.40 on Windows 7 Professional.

Please provide any additional information below.
It worked fine a month ago which led me to think that there was a problem with 
the history, but gource does no longer work with any of my projects.
I have also tried reinstalling 0.40.

Interestingly, the problem does NOT reproduce with version 0.39.

Thank you.

Original issue reported on code.google.com by [email protected] on 28 May 2013 at 4:10

Attachments:

@GoogleCodeExporter
Copy link
Author

Hi,

Strange.

If you used the Gource installer (which was new with 0.40), it adds the 
gource/cmd directory to your PATH env (it is optional), which contains two 
scripts ('gource.cmd' for command prompt, 'gource' for msys/msys git unix-like 
shells - they are found here 
https://github.com/acaudwell/Gource/tree/master/cmd). Both these scripts simply 
try to run 'gource.exe' in the parent directory.

It certainly sounds a bit like somehow these scripts are calling themselves, 
however since they specify '../gource.exe', and they don't have that extension, 
I don't see why.

You probably should check if your PATH env contains more than one reference to 
Gource, in case you set one up yourself for previous versions, and somehow that 
is part of the problem.

Original comment by [email protected] on 28 May 2013 at 10:27

@GoogleCodeExporter
Copy link
Author

I had the same problem.
You probably called the script gource.cmd or gource.bat and placed it in the 
git project. So when starting this script it will call itself! change the name 
of the script to something else as gource and it will probably work  :p.

Original comment by [email protected] on 20 Oct 2013 at 9:30

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