Opened 17 years ago
Last modified 11 years ago
#3824 new enhancement
Sync from authentificated repository
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | low | Component: | SvnsyncPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
I want to use trac with a remote repository where i've just a user account. I'm not administrator of this repository.
The plugin SvnsyncPlugin seems to not permit to define a specific username & password to access to the remote repository.
Can you propose this enhancement ?
Thanks for your support.
Attachments (0)
Change History (8)
comment:1 Changed 17 years ago by
| Priority: | normal → low |
|---|---|
| Trac Release: | 0.10 → 0.11 |
comment:2 Changed 17 years ago by
| Priority: | low → highest |
|---|
comment:3 Changed 17 years ago by
| Priority: | highest → low |
|---|
please don't change the priority without new information that warrants it; this is behind a long queue of tickets that i intend to resolve first
comment:5 follow-up: 6 Changed 16 years ago by
Almost all remote repositories needs auth-data, are there workarounds for this?
comment:6 Changed 16 years ago by
Replying to mroh:
Almost all remote repositories needs auth-data, are there workarounds for this?
The plugin is pretty fragile as-is. I don't know of a workaround and won't have time to work on this plugin immediately, though when I am able to my priority is to make it robust vs adding new features.
comment:7 Changed 16 years ago by
Actually this can be done just by means of SVN. You need to have an appropriate SVN config for a user which runs Trac (www-data, probably). The config should include default username for repository, as well as repository certificated stored, if any. Subversion config is usually found under ~/.subversion/
Not quite a beautiful solution, but it works.
comment:8 Changed 11 years ago by
| Owner: | Jeff Hammel deleted |
|---|



I will look at this when I can, but it is not a high priority for me. Patches welcome.