[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Re: Subversion and CruiseControl.NET

From: Daniel B <bdaniel7_at_gmail.com>
Date: 2006-02-15 08:21:08 CET

On 2/15/06, Shaun McAravey <shaun@sftsrc.com> wrote:
> Daniel, my understanding is that using the svn protocol implies that the
> subversion you are accessing is on a local network or at least that you
> have subversion installed on your local machine.
>
> For me, the repository is hosted remotely and the ONLY access I have is
> via http.
>
> Am I missing something?
>
> Shaun
>

Dear, as you might know, because you have read the CruiseControl .NET manual,
you can use http to access a svn repository...

So instead of 'svn' in
<sourcecontrol type="svn">
and
<trunkUrl>svn://svn.mycompany.com/myfirstproject/trunk</trunkUrl>

you use 'http'.

If you want to access a svn repository using subversion, you MUST have
it installed locally...
as you know because you have read the subversion manual, it can act
both as a server and as a client...

Best of luck,
Dan

> -----Original Message-----
> From: Daniel B [mailto:bdaniel7@gmail.com]
> Sent: Tuesday, February 14, 2006 10:58 PM
> To: users@subversion.tigris.org
> Subject: Re: Subversion and CruiseControl.NET
>
> http://confluence.public.thoughtworks.org/display/CCNET/Subversion+Sourc
> e+Control+Block
>
> <sourcecontrol type="svn">
>
> <trunkUrl>svn://svn.mycompany.com/myfirstproject/trunk</trunkUrl>
> <workingDirectory>c:\dev\ccnet</workingDirectory>
> </sourcecontrol>
>
>
>
> On 2/15/06, Shaun McAravey <shaun@sftsrc.com> wrote:
> >
> >
> >
> > I am trying to configure CruiseControl.NET to checkout from a
> Subversion
> > repository over http. I currently use TortoiseSVN when I am doing this
> > interactively, but am trying to run a remote build server.
> >
> >
> >
> > I would appreciate any suggestions.
> >
> >
> >
> > Shaun
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 15 08:22:31 2006

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.