e
depth exclude from the previous lines?
Thank you for your help,
Lathan Bidwell
Andrews University
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 -
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
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
Zach, the email to unsubscribe is:
users-unsubscr...@subversion.apache.org
On 02/08/2013 09:47 AM, Zachary Burnham wrote:
unsubscribe
Z
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
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
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
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:
>> >
>> >>
>
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
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
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:
> >>
> >>>
> >>
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
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
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
> 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
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
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
18 matches
Mail list logo