Re: svn_wc_add_from_disk2 doesn't support skip_some_checks

2013-03-27 Thread Julian Foad
both >>  properties can be set using "svn propset --force".  "svn add" also has >>  --force but it doesn't work to add the file with both properties because >>  svn_wc_add_from_disk2 doesn't support skip_some_checks.  This is >>  explicitly

RE: svn_wc_add_from_disk2 doesn't support skip_some_checks

2013-03-26 Thread Bert Huijben
> -Original Message- > From: MARTIN PHILIP [mailto:codematt...@ntlworld.com] On Behalf Of > Philip Martin > Sent: dinsdag 26 maart 2013 23:15 > To: Daniel Shahaf > Cc: Marshall Schor; dev@subversion.apache.org > Subject: svn_wc_add_from_disk2 doesn't support sk

Re: svn_wc_add_from_disk2 doesn't support skip_some_checks

2013-03-26 Thread Daniel Shahaf
The low level function that checks the properties has a > skip_some_checks flag to allow the combination which is how both > properties can be set using "svn propset --force". "svn add" also has > --force but it doesn't work to add the file with both properties

svn_wc_add_from_disk2 doesn't support skip_some_checks

2013-03-26 Thread Philip Martin
set using "svn propset --force". "svn add" also has --force but it doesn't work to add the file with both properties because svn_wc_add_from_disk2 doesn't support skip_some_checks. This is explicitly mentioned in the docs: * Check and canonicalize the prope