Re: Merge trunk and prod directories without workspace

2015-03-23 Thread Lathan Bidwell
On Sat, Mar 21, 2015 at 7:07 PM, Les Mikesell wrote: > On Fri, Mar 20, 2015 at 9:14 AM, Lathan Bidwell > wrote: > > > >> >> file trunk rev prod rev > >> >> /a/b/c50004850incoming update > >> >> /1/2/32000

Re: Merge trunk and prod directories without workspace

2015-03-20 Thread Lathan Bidwell
On Tue, Mar 17, 2015 at 10:58 PM, Les Mikesell wrote: > On Tue, Mar 17, 2015 at 9:45 PM, Les Mikesell > wrote: > > Sorry - accidentally sent before finished... > > > On Tue, Mar 17, 2015 at 8:21 AM, Lathan Bidwell > wrote: > >> > >>> > >>

Re: Merge trunk and prod directories without workspace

2015-03-17 Thread Lathan Bidwell
On Mon, Mar 16, 2015 at 5:49 PM, Les Mikesell wrote: > On Mon, Mar 16, 2015 at 4:33 PM, Lathan Bidwell > wrote: > > > >> > >> I usually think in revision numbers or tag names instead of pretending > >> there was only one. If, instead of tracking HEAD, yo

Re: Merge trunk and prod directories without workspace

2015-03-16 Thread Lathan Bidwell
On Mon, Mar 16, 2015 at 5:24 PM, Les Mikesell wrote: > On Mon, Mar 16, 2015 at 4:04 PM, Lathan Bidwell > wrote: > > > >> > >> Don't you really want to just 'svn switch' your production workspace > >> to the new production target url instea

Re: Merge trunk and prod directories without workspace

2015-03-16 Thread Lathan Bidwell
On Mon, Mar 16, 2015 at 5:15 PM, wrote: > > On Mar 16, 2015, at 2:04 PM, Lathan Bidwell wrote: > > > > On Mon, Mar 16, 2015 at 4:44 PM, Les Mikesell > wrote: > >> On Mon, Mar 16, 2015 at 3:16 PM, Lathan Bidwell >> wrote: >> > >> >> >

Re: Merge trunk and prod directories without workspace

2015-03-16 Thread Lathan Bidwell
On Mon, Mar 16, 2015 at 4:44 PM, Les Mikesell wrote: > On Mon, Mar 16, 2015 at 3:16 PM, Lathan Bidwell > wrote: > > > >> > >> > I have a content management system running on top of SVN. My web > servers > >> > run a post commit hook that does svn

Re: Merge trunk and prod directories without workspace

2015-03-16 Thread Lathan Bidwell
On Mon, Mar 16, 2015 at 3:15 PM, Ryan Schmidt < subversion-2...@ryandesign.com> wrote: > > On Mar 16, 2015, at 8:19 AM, Lathan Bidwell wrote: > > > I have a content management system running on top of SVN. My web servers > run a post commit hook that does svn update of

Merge trunk and prod directories without workspace

2015-03-16 Thread Lathan Bidwell
Hi, I have a content management system running on top of SVN. My web servers run a post commit hook that does svn update off of svnlook after every commit. I currently have a "Publish" operation which I implement by doing svn delete $prod_url && svn cp $trunk_url $prod_url. (both repo urls) This

Re: Perl Bindings: Assertion svn_uri_is_canonical failed

2015-01-27 Thread Lathan Bidwell
0/ On Tue, Jan 27, 2015 at 4:12 PM, Ben Reser wrote: > On 1/27/15 9:07 AM, Lathan Bidwell wrote: > > By the way, the SWIG definitions are different enough that they could > use their > > own documentation page. > > They actually do have a fair amount of documentation. It&#

Re: Perl Bindings: Assertion svn_uri_is_canonical failed

2015-01-27 Thread Lathan Bidwell
In the Perl SWIG bindings: $ctx->url_from_path I believe calls the svn_uri_canonicalize in 1.8.8, but I believe that its a secondary effect (in 1.6, it doesn't cleanse the url) Is there a perl SWIG binding for svn_uri_canonicalize? Lathan On Tue, Jan 27, 2015 at 12:07 PM, Lathan

Re: Perl Bindings: Assertion svn_uri_is_canonical failed

2015-01-27 Thread Lathan Bidwell
> svn_uri_canonicalize(). Else you'll get undefined behaviour, > > I think I have found the SWIG perl binding for one of these cleansing functions, I will test that out and put it in. By the way, the SWIG definitions are different enough that they could use their own documentation page. svn_uri_ca

Re: Perl Bindings: Assertion svn_uri_is_canonical failed

2015-01-27 Thread Lathan Bidwell
ssword('svnpassword'); } my $ctx = get_svn_ctx(); eval{ $ctx->ls(SVN_CMS_BASE . '/','HEAD',1); }; if($@){ print "Error Occured!!! Let's report it\n"; die $@; } print "We survived!!\n"; On Tue, Jan 27, 2015 at 11:05 AM, Stefan Sperling wr

Perl Bindings: Assertion svn_uri_is_canonical failed

2015-01-27 Thread Lathan Bidwell
I am running SVN 1.6 (will be upgrading to 1.8.8) through apache 2.4 / mod_perl. I'm trying to get email notifications of errors, but whenever libsvn fails one of its assertions, it dies, and causes the whole apache process to core dump / seg fault. Is there some way to either check for these ass

Re: Discrepancies in svn mirror created with svnsync

2013-02-08 Thread Lathan Bidwell
Zach, the email to unsubscribe is: users-unsubscr...@subversion.apache.org On 02/08/2013 09:47 AM, Zachary Burnham wrote: unsubscribe Z

Re: FreeBSD project and subversion.

2013-02-05 Thread Lathan Bidwell
On 02/05/2013 01:14 PM, Stefan Sperling wrote: On Tue, Feb 05, 2013 at 09:19:19AM -0800, Alexey Neyman wrote: There is one more weird issue with svn diff, see the script below. The issue is that "--old=A --new=B" is not opposite of "--old=B --new=A". I don't know if it is a bug or another ambug

Re: check out everything except, '' subfolder should be shallower

2013-01-24 Thread Lathan Bidwell
On 01/24/2013 10:07 AM, Johan Corveleyn wrote: On Thu, Jan 24, 2013 at 3:50 PM, Lathan Bidwell wrote: On 01/24/2013 05:14 AM, Philip Martin wrote: Lathan Bidwell writes: How can i checkout out this sample repository without downloading the /b/media/ and /d/media folders? The example i

Re: check out everything except, '' subfolder should be shallower

2013-01-24 Thread Lathan Bidwell
On 01/24/2013 05:14 AM, Philip Martin wrote: Lathan Bidwell writes: How can i checkout out this sample repository without downloading the /b/media/ and /d/media folders? The example i have (with checking it all out first is): svn checkout '' --depth immediates svn update -

check out everything except, '' subfolder should be shallower

2013-01-23 Thread Lathan Bidwell
e depth exclude from the previous lines? Thank you for your help, Lathan Bidwell Andrews University