subversion-1/svn_wc.h:1210: error: comma at end of enumerator list

2011-10-18 Thread Peter Johansson
Hello, When I compiled with GCC (4.2.1) with compiler option -pedantic against header file `svn_wc.h' in subversion version 1.7 I get the following error: In file included from main.cc:1: /opt/local/include/subversion-1/svn_wc.h:1210: error: comma at end of enumerator list make: *** [main] E

svn_client_cat2 without keywords expansion

2012-10-14 Thread Peter Johansson
Hello, I'm writing an application working on SVN WCs in which it would convenient if we could access the content of a file at specific revisions. I tried 'svn_client_cat2' but noticed that is expands svn::keywords such as '$Id$'. I wonder if there is a way to turn off this expansion through t