Modify ↓
Opened 22 years ago
Closed 22 years ago
#90 closed defect (fixed)
tracadmin fails to recognize SVN repository on 'initdb'
| Reported by: | Owned by: | daniel | |
|---|---|---|---|
| Priority: | highest | Milestone: | 0.5.2 |
| Component: | admin/console | Version: | 0.5.1 |
| Severity: | blocker | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal 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 (0)
Change History (4)
comment:1 by , 22 years ago
| Milestone: | → 0.5.2 |
|---|---|
| Priority: | normal → highest |
| Severity: | normal → blocker |
comment:2 by , 22 years ago
comment:3 by , 22 years ago
This bug seems to only affect version 1 format repositories that have been upgraded to version 3 (dumped and reloaded)
comment:4 by , 22 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → 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.