Re: Modifying SVN Externals with Specific Revision

2016-01-26 Thread Daniel Shahaf
Crast, Nicholas wrote on Mon, Jan 25, 2016 at 14:16:52 +: > For anyone else in the future, there is more information here: > https://people.apache.org/~brane/svndocs/capi/group__Commit.html Not quite. That's trunk's documentation; promises made there are not binding. The released docs are th

RE: Modifying SVN Externals with Specific Revision

2016-01-25 Thread Crast, Nicholas
: 315-445-5703 Email: nicholas.cr...@saabsensis.com -Original Message- From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] Sent: Saturday, January 23, 2016 7:00 PM To: Crast, Nicholas Cc: users@subversion.apache.org Subject: Re: Modifying SVN Externals with Specific Revision Crast

Re: Modifying SVN Externals with Specific Revision

2016-01-23 Thread Daniel Shahaf
Crast, Nicholas wrote on Wed, Jan 20, 2016 at 21:05:51 +: > This is, in fact, the behavior I want. I just want to know if it's > guaranteed that modifications to external directories with a specific > revisions will not be committed. It is an explicit API promise of svn_client_commit6(): * I

Modifying SVN Externals with Specific Revision

2016-01-20 Thread Crast, Nicholas
Hi all, I have a folder with the svn:externals property set, grabbing an external folder from a different part of the repository: -r6367 ../common/testproc proc1/common If I go into proc1/common and edit a file in there, svn stat shows the file as modified, but it seems that since I specified a