You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create a repository without grouping. ("firstrepo").
2. Create another repository explicitly using main as group. ("main/secondrepo")
What is the expected output? What do you see instead?
Not sure what the expected output. The real output is that I see
'main' listed twice in my repository list and the second repo
has vanished from the user interface:
main
firstrepo
other groups
main
firstrepo
The git folder on the server shows up as:
/firstrepo
/main/secondrepo
And the repository is still accessible through sitename.com/summary/main%2Fsecondrepo.git
What version of the product are you using? On what operating system?
gitblit 1.1.0 express on ubuntu 12.04 with java 1.7 .
Please provide any additional information below.
The workaround is to delete or move the repository and the
web interface goes back to normal.
Reported by criminy on 2012-10-05 16:04:18
The text was updated successfully, but these errors were encountered:
I'll add in a special case for working around that. main is the default synonym for
the root. You can control that name with web.repositoryRootGroupName.
Great. Just seems like a leaky abstraction if you have to know what web.repositoryRootGroupName
is in order
to create a repo inside the it.
Impressed as always =)
Originally reported on Google Code with ID 143
Reported by
criminy
on 2012-10-05 16:04:18The text was updated successfully, but these errors were encountered: