Edgewall Software

Ticket #5943 (closed defect: worksforme)

Opened 17 months ago

Last modified 13 months ago

Changeset view doesn't display source revision for 'svn copy' operations

Reported by: jordi+trac@… Owned by: cboos
Priority: normal Milestone:
Component: version control/changeset view Version: 0.10.3
Severity: normal Keywords:
Cc:

Description

If I do something like:

svn copy -r 10 http://svn.example.org/svn/trunk/testpath .
svn commit -m "copied testpath"
Committed revision 15.

Then, when I go look at the Trac changeset view for revision 15, I expect Trac to show something like: "(copied from trunk/testpath:10)". Instead, the view shows only: "(copied from trunk/testpath)".

The source revision is important especially when the copy is creating a new branch and future merges need to know the revision from which to start.

"svn log -r 15 --verbose" gives the appropriate information:

------------------------------------------------------------------------
r15 | anonymous | 2007-08-13 11:26:06 -0400 (Mon, 13 Aug 2007) | 1 line
Changed paths:
   A /branches/20070813-release/testpath (from /trunk/testpath:10)

This is with svn command line client version 1.4.4

Attachments

Change History

Changed 13 months ago by cboos

  • status changed from new to closed
  • resolution set to worksforme

We already have that info in the tooltip ("Show original file (rev. 15)"). By clicking on the link, you go to a TracBrowser page showing that path at the relevant rev.

Add/Change #5943 (Changeset view doesn't display source revision for 'svn copy' operations)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from cboos. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.