[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Ignoring files on Commit...

From: B. Blodau <b_blodau_at_hamburg.de>
Date: Fri, 22 Feb 2008 16:44:32 +0100

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_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-22 16:45:04 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.