My favorites | Sign in
Project Home Downloads Wiki Issues Source
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 1583: "gerrit ls-projects" via ssh recurses through symlinks infinitely
3 people starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  ----


Sign in to add a comment
 
Reported by j...@joshtriplett.org, Sep 26, 2012
Affected Version: 2.4.1

What steps will reproduce the problem?
1. Point gerrit's project root to a directory like /srv/git
2. ln -s . /srv/git/git
3. ssh to gerrit's ssh port and run "gerrit ls-projects"

What is the expected output? What do you see instead?

Gerrit recurses through the symlink, listing projects at the top that sort before "git", then recurses into git and lists git/*, then git/git/*, then git/git/git/*, and so on indefinitely.
Sign in to add a comment

Powered by Google Project Hosting