You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Navindian <na...@gmail.com> on 2013/11/18 13:37:23 UTC

Continuous Integration

Hi

I wish to create a web app and share it on SVN. I wish to use this SVN url
for Jenkins Integration.

Do I need to take any precautions.




Thanks
Jyothi
+917416862301

Re: Continuous Integration

Posted by "T.J. Perovich" <tj...@gmail.com>.
> I wish to create a web app and share it on SVN. I wish to use this SVN
url for Jenkins Integration.
>

I use Jenkins with SVN and it works just fine.  You'll need the SVN plugin
which is easily obtained through Jenkins.

> Do I need to take any precautions.

For SVN, make sure it's configured for https:// and not http, unless it's
internal.  For Jenkins, make sure you enable security.  By default it
allows for anonymous read/write.  You should also configure it for https
rather than http, unless it's internal.

Let me know if you have any specific questions.


On Tue, Nov 19, 2013 at 9:14 PM, Ryan Schmidt <
subversion-2012c@ryandesign.com> wrote:

>
> On Nov 18, 2013, at 06:37, Navindian wrote:
>
> > I wish to create a web app and share it on SVN. I wish to use this SVN
> url for Jenkins Integration.
> >
> > Do I need to take any precautions.
>
> I don’t understand the question.
>
> I use Subversion and I’ve develop web sites whose code I’ve stored in a
> Subversion repository, but I haven’t used Jenkins. Perhaps you could
> explain what role you want Jenkins to play, and why you think it will be a
> problem.
>
>
>

Re: Continuous Integration

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Nov 18, 2013, at 06:37, Navindian wrote:

> I wish to create a web app and share it on SVN. I wish to use this SVN url for Jenkins Integration.
> 
> Do I need to take any precautions.

I don’t understand the question.

I use Subversion and I’ve develop web sites whose code I’ve stored in a Subversion repository, but I haven’t used Jenkins. Perhaps you could explain what role you want Jenkins to play, and why you think it will be a problem.