Modify ↓
#617 closed defect (worksforme)
svn commands error out (checkout, commit, status)
Reported by: | simon | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | normal | Component: | TracHacks |
Severity: | major | Keywords: | svn commit checkout |
Cc: | Trac Release: | 0.9 |
Description
Checking out my new plugin directory:
$ svn co http://trac-hacks.org/svn/glossarybuilderplugin/ svn: REPORT request failed on '/svn/!svn/vcc/default' svn: REPORT of '/svn/!svn/vcc/default': 400 Bad Request (http://trac-hacks.org)
The glossarypluginbuilder directory is created, but empty. I added the plugin source to it, and committed, and got this:
$ svn ci -F svn-commit.tmp svn: Commit failed (details follow): svn: MKACTIVITY of '/svn/!svn/act/09fb69d8-3f1b-0410-a52b-b1c3869ffb36': 400 Bad Request (http://trac-hacks.org)
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Works for me:
Looks like you may have a proxy between yourself and TracHacks. Try using
https
.