RE: SVN question
From: Hahn, Christopher (SAN DIEGO) <christopher.hahn_at_hp.com>
Date: Tue, 24 May 2011 15:43:33 +0000
I have to believe so, but was a tad daunted when I tried to
I am an SVN Padawan Learner.
Take care,
Chris
-----Original Message-----
Hi, Steve,
Maybe one of the libsvn bindings for perl does a better service than calling the command line utility?
Best regards
Markus Schaber
___________________________
3S-Smart Software Solutions GmbH
Email: m.schaber@3s-software.com | Web: http://www.3s-software.com
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.hahn_at_hp.com]
Steve,
Thank you for taking the time.
I also saw this....I was wondering what users do to get something similar working.
The same thing happens under Perforce. The command “p4” always returns a
I checked the svn Global Options and did not see anything similar.
I suppose that I can just use a pipe and watch for strings that I expect.....
Take care,
Christopher
From: Varnau, Steve (Neoview)
Christopher,
The problem is not with your perl code. Apparently, update returns success if you give it a path that does not exist in the current working directory.
➢ svn update foobar
For Svn 1.6.15, anyway. Seems to hold for linux & windows.
-Steve
From: Hahn, Christopher (SAN DIEGO)
Hello,
I have been wondering how best to capture errors from
I wanted to show you how a basic test is failing.
Consider the simple code snippet:
chdir("C:\\source");
die "svn failed with errorcode $?" if $?;
This command works if the “mang” above is changed to “main”
However, both code have this result:
C:\source\cm\script>perl svntest.pl
What am I doing wrong?
Chris
________________________________________
Christopher Hahn
Visit our SPE Portal
|
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.