Opened 19 years ago
Last modified 8 years ago
#4048 new enhancement
Diff between repositories
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | next-major-releases | 
| Component: | version control | Version: | devel | 
| Severity: | normal | Keywords: | multirepos | 
| Cc: | dreurmail@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
Trac allows to see the files of the project (in any Versioning system) but it were nice if trac allows to:
- commit on-line files and directories,
 - comment the files, directories and changes of these,
 - see diffs between two repositories, etc.
 
Probably it's a long term enhancement (version 0.20…)
Thank you very much
Attachments (0)
Change History (12)
comment:1 by , 19 years ago
| Version: | 0.10 → devel | 
|---|
comment:2 by , 19 years ago
| Component: | general → version control | 
|---|---|
| Milestone: | → 1.0 | 
| Owner: | changed from to | 
comment:3 by , 19 years ago
| Description: | modified (diff) | 
|---|
comment:4 by , 19 years ago
- was already requested (see #2956)
 - is indeed something that I have in mind. Changeset commenting was already requested in #2035, but doing the same for paths is also an idea. Actually I'd like to have the same sort of commenting (with threading et al) than for the tickets, possibly in a Discussion tab (see my comments on TracProject/UiGuidelines). But for being able to generalize the comments (which are currently done in a way a bit "hackish"), we would first need to have a more generic data model (see TracDev/Proposals/DataModel)
 - Seeing diffs between repositories would be possible, once support for multiple repositories is in place (#2086). Doing it for files in different repositories would be trivial, but doing diffs between folders in different repositories will be a bit more involved, but possibly not that much with the new cache.
 
So many good things, so little time, so yes, probably 0.20 ;)
comment:5 by , 16 years ago
| Keywords: | multirepos added | 
|---|---|
| Summary: | Commit on-line files and directories → Diff between repositories | 
As request 1. corresponds to #2956 and request 2. corresponds to #2035, refocusing this ticket to request 3: see diffs between two repositories, etc., which is possible to do on the basis of the MultiRepos branch but currently raises a "Can't compare across different repositories" error…
comment:6 by , 16 years ago
| Cc: | added | 
|---|
comment:7 by , 16 years ago
note: subversion does not permit diffs between to distinct repositories. and implementing such is not trivial, otherwise the folks over at subversion would have already done that, IMO.
comment:9 by , 15 years ago
| Milestone: | triaging → 0.13 | 
|---|---|
| Owner: | changed from to | 
I'll give this a shot (diff between repositories).
comment:10 by , 15 years ago
| Milestone: | 0.13 → 0.14 | 
|---|
comment:12 by , 11 years ago
| Milestone: | next-dev-1.1.x → next-major-releases | 
|---|
Retargetting tickets to narrow focus for milestone:1.2. Please move the ticket back to milestone:next-dev-1.1.x if you intend to resolve it by milestone:1.2.



  
Sure, those are all good ideas.
description edited to make it possible to identify the differnt points