Opened 18 years ago
Last modified 14 years ago
#555 new enhancement
Write access to Subversion
Reported by: | Owned by: | anybody | |
---|---|---|---|
Priority: | normal | Component: | Request-a-Hack |
Severity: | normal | Keywords: | |
Cc: | Filipe Correia, Alex Willmer | Trac Release: | 0.10 |
Description
I would like a trac hack which enables trac to have do everything that would be possible with a SVN GUI client (write access etc.)
Attachments (0)
Change History (7)
comment:1 Changed 18 years ago by
Severity: | blocker → normal |
---|---|
Trac Release: | 0.9 → 0.10 |
Type: | defect → enhancement |
comment:2 follow-up: 4 Changed 18 years ago by
Thanks for the reply and the change of categories. Is there any other web software that allows this?
comment:3 Changed 18 years ago by
Not that I know of. Insurrection (sp?) offers some limited web-based administration, but not client functions. The general workflow of subversion (and all other CVS-ish VC tools) is not well suited to be a webapp. You could use one to make small changes one at a time, but why not just get a real client and use mod_dav_svn? That being said if you activate Subversion's DAV autoversioning feature you can use the repo as a normal DAV file share, so you may be able to find a DAV browser that does what you need.
comment:4 Changed 17 years ago by
Replying to nkayesmith@gmail.com:
Thanks for the reply and the change of categories. Is there any other web software that allows this?
Yes, i searched for a long time and found just one webbased software capable of commiting files etc. I had some problems getting it to work, but it should be a descent piece of software. SVNWebClient
comment:5 Changed 17 years ago by
Not that I know of. Insurrection (sp?) offers some limited web-based administration, but not client functions. The general workflow of subversion (and all other CVS-ish VC tools) is not well suited to be a webapp. You could use one to make small changes one at a time, but why not just get a real client and use mod_dav_svn? That being said if you activate Subversion's DAV autoversioning feature you can use the repo as a normal DAV file share, so you may be able to find a DAV browser that does what you need.
comment:6 Changed 16 years ago by
Cc: | Filipe Correia added; anonymous removed |
---|
comment:7 Changed 14 years ago by
Cc: | Alex Willmer added |
---|
BrowserSvnOperationsPlugin provides limited write support for Trac, namely one can upload files, and move/rename/delete files/folders.
This is not likely to happen any time in the near future. Creating such a plugin is a mammoth undertaking, and it seems those familiar enough with Trac to do it are all working on other things.