Re: Retrieve pristine version of a replaced file via the svn api

2012-06-13 Thread Branko Čibej
On 13.06.2012 17:10, Julian Foad wrote: > Branko Čibej wrote: > >> However, I shall now >> demonstrate that Subversion already provides that functionality: > This demo doesn't seem to include the replacement of a node, which is the > case in question. Well sure, It's not intended to; after all, t

Re: Retrieve pristine version of a replaced file via the svn api

2012-06-13 Thread Julian Foad
Branko Čibej wrote: > On 13.06.2012 16:33, Julian Foad wrote: >> I think this is a valid enhancement request: to have an API to get the >> WC base tree (not what the UI calls "base", but the result of the last >> checkout/update, which is called BASE (usually with capital letters) >> in libsvn

Re: Retrieve pristine version of a replaced file via the svn api

2012-06-13 Thread Branko Čibej
On 13.06.2012 16:33, Julian Foad wrote: > (I'm not cross-posting to users@.) > > I think this is a valid enhancement request: to have an API to get the WC > base tree (not what the UI calls "base", but the result of the last > checkout/update, which is called BASE (usually with capital letters) i

Re: Retrieve pristine version of a replaced file via the svn api

2012-06-13 Thread Julian Foad
(I'm not cross-posting to users@.) I think this is a valid enhancement request: to have an API to get the WC base tree (not what the UI calls "base", but the result of the last checkout/update, which is called BASE (usually with capital letters) in libsvn_wc).  By "get the tree" I mean an API t

Re: Retrieve pristine version of a replaced file via the svn api

2012-06-13 Thread Branko Čibej
On 13.06.2012 13:59, Roghair, Frank wrote: > Hi All, > > Developers in our organization need to have their changes reviewed before the > commit is allowed. All that effort, just to avoid using per-task branches and doing the review before merging to the mainline. -- Brane