You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "B. Blodau" <b_...@hamburg.de> on 2008/02/22 15:44:32 UTC

Ignoring files on Commit...

Hi,
I'm working with the svn C-libraries.

When calling commit we can provide a callback, where we can specify a  
commit-message and where we get a list of commit candidates  
(svn_client_commit_item2_t).
Is the intention of this list, to give us the possibility to ignore  
one ore more of the candidates?
If so, how can we ignore them?

Setting the "state_flags" field to zero doesn't work for files  
scheduled for "add". After the commit has been executed for the other  
files which should not be ignored, the state of the ignored adds  
changed from 'svn_wc_status_added' to 'svn_wc'_status_modified'.  
Another try to commit these files ends up in an error: #175007,  
Commit failed: PROPFIND request failed on...."

Any advice will be highly appreciated.
Ciao
Bert


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org