Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#6196 closed defect (worksforme)

changeset?old=0&new=n&... should set old to (n-1)

Reported by: olegov@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.10.4
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

when viewing a changeset, svn uses old=0 to represent "previous revision", but in trac old is set to n if old == 0.

this change would help integration with a fogbugz bugtracker

Attachments (0)

Change History (2)

comment:1 by olegov@…, 17 years ago

actually, as far as fogbugz integration, this doesn't matter so much, because all is well if i don't specify the rev, i.e.: changeset?old_path=…&new_path=…&new=n performs the correct operation. nevertheless, defaulting old to n is not useful.

comment:2 by Christian Boos, 17 years ago

Resolution: worksforme
Status: newclosed

Well, the idea is that when old == new == n, it's like saying that you want to look at changeset n only, i.e. the changes introduced in revision n.

If you don't want to look at the differences between two arbitrary paths but rather at the changes that were introduced in revision n below a given path, you simply need restricted changesets URLs: /changeset/n/some/path.

old_path and new_path should be used only when you need to compare e.g. different branches…

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.