Modify ↓
Ticket #90 (closed defect: fixed)
Opened 8 years ago
Last modified 8 years ago
tracadmin fails to recognize SVN repository on 'initdb'
| Reported by: | rc@… | Owned by: | daniel |
|---|---|---|---|
| Priority: | highest | Milestone: | 0.5.2 |
| Component: | admin/console | Version: | 0.5.1 |
| Severity: | blocker | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
tracadmin failed to recognize my subversion repository.
Looking at the source, I see that it expects the svn repository to have a README.txt file and a 'conf' file. Mine has no 'conf' file.
I did 'touch /svn/repos/conf' and things worked properly.
Attachments
Change History
comment:1 Changed 8 years ago by jonas
- Milestone set to 0.5.2
- Priority changed from normal to highest
- Severity changed from normal to blocker
comment:2 Changed 8 years ago by jonas
comment:3 Changed 8 years ago by jonas
This bug seems to only affect version 1 format repositories that have been upgraded to version 3 (dumped and reloaded)
comment:4 Changed 8 years ago by daniel
- Resolution set to fixed
- Status changed from new to closed
This is no longer an issue after [203]. We now use subversions own functions to handle the repo.
Note: See
TracTickets for help on using
tickets.



Do you remember which subversion version you used to create that repository?
I just created a new repository with subversion 1.0 and it contained a "conf"-directory.