[Trac-tickets] Re: [The Trac Project] #3340: Node attributes
'created_rev' and 'created_path' not documented
The Trac Project
noreply at edgewall.com
Thu Jul 6 19:03:41 CDT 2006
#3340: Node attributes 'created_rev' and 'created_path' not documented
----------------------------------------------+-----------------------------
Reporter: lewisbaker at users.sourceforge.net | Owner: cboos
Type: defect | Status: new
Priority: normal | Milestone:
Component: version control | Version: devel
Severity: minor | Resolution:
Keywords: documentation |
----------------------------------------------+-----------------------------
Comment (by lewisbaker at users.sourceforge.net):
That makes it clearer, thanks. :)
So am I understanding correctly in saying that if you have a file that was
copied from `/trunk/foo.txt at 20` to `/branch/foo.txt at 30` and you construct
a `Node` at `/branch/foo.txt at 40` and there are no changes to
`/branch/foo.txt` between revisions 30 and 40 then `path =
'/branch/foo.txt'`, `rev = 30`, `created_path = '/trunk/foo.txt'` and
`created_rev = 20`?
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/3340>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list