Re: [serf-dev] Re: What stands between us and branching 1.7?

2011-01-20 Thread Justin Erenkrantz
On Thu, Jan 20, 2011 at 3:18 PM, Lieven Govaerts wrote: >> Greg or Lieven, any thoughts here?  -- justin > > At least the one rev that fixes this issue, don't know if the other are > already working in all scenario's. > I'll look at it this weekend and make a release. Woohoo. Thanks. I'll be su

Re: [serf-dev] Re: What stands between us and branching 1.7?

2011-01-20 Thread Lieven Govaerts
On Thu, Jan 13, 2011 at 9:15 AM, Justin Erenkrantz wrote: > On Thu, Jan 6, 2011 at 1:04 PM, C. Michael Pilato > wrote: > > On 01/06/2011 03:48 PM, Stefan Küng wrote: > >> On 06.01.2011 21:41, C. Michael Pilato wrote: > >>> I'm sorry if I asked this before -- I've been asking individual folks > fo

Re: Document return codes of 'svn ls'

2011-01-20 Thread anatoly techtonik
On Thu, Jan 20, 2011 at 8:29 PM, Hyrum K Wright wrote: > On Thu, Jan 20, 2011 at 3:41 AM, Arwin Arni wrote: >> >> On Saturday 15 January 2011 12:24 AM, anatoly techtonik wrote: >>> >>> Hello, >>> >>> How can I know if a file is not present in specific revision? >>> >>>  From one side I can run 's

Re: Document return codes of 'svn ls'

2011-01-20 Thread Hyrum K Wright
On Thu, Jan 20, 2011 at 3:41 AM, Arwin Arni wrote: > On Saturday 15 January 2011 12:24 AM, anatoly techtonik wrote: > >> Hello, >> >> How can I know if a file is not present in specific revision? >> >> From one side I can run 'svn ls' and if it returns 0 when file exists, >> but if 'svn ls' retu

[PATCH] svn command - add - Multiple targets

2011-01-20 Thread Noorul Islam K M
This patch is a followup of the following thread. All tests pass with this patch. http://svn.haxx.se/dev/archive-2011-01/0210.shtml Log [[[ Make svn 'add' command to return 1 when one or more targets fail. Also print error message at the end. * subversion/svn/add-cmd.c (svn_cl__add): If one

Re: Document return codes of 'svn ls'

2011-01-20 Thread Arwin Arni
On Saturday 15 January 2011 12:24 AM, anatoly techtonik wrote: Hello, How can I know if a file is not present in specific revision? From one side I can run 'svn ls' and if it returns 0 when file exists, but if 'svn ls' returns 1 it is impossible to guess between generic error and situation whe