RE: configuring for changesets, on the server side

2011-09-08 Thread Hahn, Christopher (SAN DIEGO)
create change sets to group related changes. For my users this functionality is not available. I suppose that this might be a Client side config, and would really appreciate any pointers to where this might be documented. Thank you, Christopher From: Hahn, Christopher (SAN DIEGO) Sent: Thursday

RE: configuring for changesets, on the server side

2011-09-08 Thread Hahn, Christopher (SAN DIEGO)
Yes, I had read this, but had to wonder what ReviewBoard was complaining about. I will query on that front. Thank you very much for the time. Chris From: Mark Phippard [mailto:markp...@gmail.com] Sent: Thursday, September 08, 2011 11:14 AM To: Hahn, Christopher (SAN DIEGO) Cc: users

configuring for changesets, on the server side

2011-09-08 Thread Hahn, Christopher (SAN DIEGO)
Hello, I need to confirm that our SVN server is configured to support changesets. I noticed that the output of a reviewboard call referred to our server not having this capability turned off: = repository info: Path: https://svn.sdd.hp.c

RE: SVN question

2011-05-24 Thread Hahn, Christopher (SAN DIEGO)
-software.com Download CoDeSys sample projects: http://www.3s-software.com/index.shtml?sample_projects Managing Directors: Dipl.Inf. Dieter Hess, Dipl.Inf. Manfred Werner | Trade register: Kempten HRB 6186 | Tax ID No.: DE 167014915 Von: Hahn, Christopher (SAN DIEGO) [mailto:christopher.h

RE: SVN question

2011-05-23 Thread Hahn, Christopher (SAN DIEGO)
aniel Shahaf Cc: Hahn, Christopher (SAN DIEGO); users@subversion.apache.org Subject: RE: SVN question > -Original Message- > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Sent: Monday, May 23, 2011 2:37 PM > To: Varnau, Steve (Neoview) > Cc: Hahn, Christophe

RE: SVN question

2011-05-23 Thread Hahn, Christopher (SAN DIEGO)
Steve, This is useful. I will keep an open mind. Thank you, Chris From: Varnau, Steve (Neoview) Sent: Monday, May 23, 2011 2:30 PM To: Hahn, Christopher (SAN DIEGO); users@subversion.apache.org Subject: RE: SVN question svn does not always return success. For instance: > svn ls svn: &#x

RE: SVN question

2011-05-23 Thread Hahn, Christopher (SAN DIEGO)
that I expect. Take care, Christopher From: Varnau, Steve (Neoview) Sent: Monday, May 23, 2011 1:33 PM To: Hahn, Christopher (SAN DIEGO); users@subversion.apache.org Subject: RE: SVN question Christopher, The problem is not with your perl code. Apparently, update returns success if you give it

SVN question

2011-05-23 Thread Hahn, Christopher (SAN DIEGO)
Hello, I have been wondering how best to capture errors from the SVN command line. I wanted to show you how a basic test is failing. Consider the simple code snippet: == use strict; my $options=" --username builduser --password "; chdir("C:\\source");