18 Apr
2004
18 Apr
'04
5:46 a.m.
On Wed, 2004-04-14 at 19:28, Shane Hathaway wrote:
In Subversion, is it possible to read/write a versioned object by unique identifier rather than by path? If so, it's a great blessing and we don't need a transaction script.
not really, yes every svn node has an a node id, but there is no way to retrieve a particular node from the svn fs via node id. it is possible to compare to compare and see if their related, (part of the node id is a copy id which gets incremented when a node is copied). in short not really. -kapil