[Anthill-pro] Problem connecting to SVN

Niranjan Deshpande niranjan8712 at gmail.com
Tue Apr 15 09:16:10 CDT 2008


Hi Steve

I got the svn installed on the machine where I have AH running

but still I am gettting a java.io.exception: svn not found

should i restart the AH server after my svn installation?


On 4/15/08, Steve Boone <sbb at urbancode.com> wrote:
>
>
> That is correct!
>
> Let us know if you run into any problems.
>
> Cheers,
> Steve
> On Tue, Apr 15, 2008 at 4:53 AM, Niranjan Deshpande <
> niranjan8712 at gmail.com> wrote:
>
> > hi steve
> >
> > i have decided to let AH check otu the code for me, being new to the
> > tool, trying to go by the CI tutorial. So,
> >
> > what will be the directory offset? i mean will it be reltive to the path
> > that i gave when i made the repository?
> >
> > so if the repository is like https://xxx.xx.xx.xxx:qqqq/abc/xyz
> > then the oqrking directory (place where code is present) will be folders
> > that are after the xyz folder. correct?
> >
> >
> >   On 4/14/08, Steve Boone <sbb at urbancode.com> wrote:
> > >
> > > Right, if you are going to run it through Maven, then there would be
> > > no need to have SVN installed.
> > >
> > > You can use the Set Working Directory step to let AnthillPro know
> > > which directory it should use.  I assume you will want to set it to the
> > > directory where the files are located too.
> > >
> > > Regards,
> > > Steve
> > >
> > > On Mon, Apr 14, 2008 at 2:17 PM, Niranjan Deshpande <
> > > niranjan8712 at gmail.com> wrote:
> > >
> > > > in case its the latter case:project checked out using maven, on the
> > > > machin on which anthill is running , so no need to install svn on the same
> > > > machin,
> > > > correct?
> > > >
> > > > now m goign to try to do maven steps on the code already cehked out.
> > > > but which directory should i point to, my dir is like
> > > > xxxWeb/...<All_filders_here>
> > > >
> > > >
> > > >
> > > > On Mon, Apr 14, 2008 at 6:41 PM, Steve Boone <sbb at urbancode.com>
> > > > wrote:
> > > >
> > > > > Niranjan,
> > > > >
> > > > > You are assuming the project is already checked out, whereas if
> > > > > you use Anthill to check out the code, you will not need a maven build
> > > > > script.  The agents just need to be able to communicate with Subversion.
> > > > > Then you can use the maven steps in AnthillPro to process your build.
> > > > >
> > > > > You can set it up either way.
> > > > >
> > > > >
> > > > >
> > > > > On Mon, Apr 14, 2008 at 12:30 PM, Niranjan Deshpande <
> > > > > niranjan8712 at gmail.com> wrote:
> > > > >
> > > > > > Earlier we had used maven and cruise control. in it, maven
> > > > > > checks out the code. when i say mvn scm:update.
> > > > > >
> > > > > > is the same possible wiht maven+anthill? the checking out task
> > > > > > is done by anthill, and not by maven? can i use maven/anthill parir in such
> > > > > > a way that, i tell maven to check out, instead of anthill cheking out, as
> > > > > > said in tutorial of ocntiniuos integration?
> > > > > >
> > > > > >
> > > > > >   On 4/14/08, Steve Boone <sbb at urbancode.com> wrote:
> > > > > > >
> > > > > > > You are correct.
> > > > > > >
> > > > > > > On Mon, Apr 14, 2008 at 12:11 PM, Niranjan Deshpande <
> > > > > > > niranjan8712 at gmail.com> wrote:
> > > > > > >
> > > > > > > > the agent is already installed on the machine where I want
> > > > > > > > to the code checked out from subversion. SO all i need is to install the SVN
> > > > > > > > also on the same machine?
> > > > > > > >
> > > > > > > > am i correct?
> > > > > > > >
> > > > > > > >
> > > > > > > >   On 4/14/08, Steve Boone <sbb at urbancode.com> wrote:
> > > > > > > > >
> > > > > > > > > Do you have any agents installed?
> > > > > > > > >
> > > > > > > > > An agent will be needed to communicate with AnthillPro,
> > > > > > > > > and SVN.  The agent should be installed on the machine where the code should
> > > > > > > > > be checked out from subversion.
> > > > > > > > >
> > > > > > > > > That machine should also have SVn installed, otherwise,
> > > > > > > > > how else will it talk to the SVN repository to check out the code?
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Mon, Apr 14, 2008 at 11:47 AM, Niranjan Deshpande <
> > > > > > > > > niranjan8712 at gmail.com> wrote:
> > > > > > > > >
> > > > > > > > > > i am running anthill on server x, its trying to connect
> > > > > > > > > > to a svn repositry on server y
> > > > > > > > > > I checked on command line of server x, it does not hve
> > > > > > > > > > svn. do we need svn on server on which anthill is running?
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >   On 4/14/08, Steve Boone <sbb at urbancode.com> wrote:
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > It's pretty simple to find out, from the command line
> > > > > > > > > > > type "svn" and if it tells you that it does not understand the command, then
> > > > > > > > > > > you probably do not have the SVN executable on the command path.
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > On Mon, Apr 14, 2008 at 11:34 AM, Niranjan Deshpande <
> > > > > > > > > > > niranjan8712 at gmail.com> wrote:
> > > > > > > > > > >
> > > > > > > > > > > > I have no idea..
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > On 4/14/08, Steve Boone <sbb at urbancode.com> wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Niranjan,
> > > > > > > > > > > > >
> > > > > > > > > > > > > Do you have the SVN executable on your system
> > > > > > > > > > > > > path?
> > > > > > > > > > > > >
> > > > > > > > > > > > > If not, you need to specify the location of the
> > > > > > > > > > > > > SVN executable on the configuration of your repository.
> > > > > > > > > > > > >
> > > > > > > > > > > > >  On Mon, Apr 14, 2008 at 9:33 AM, Niranjan
> > > > > > > > > > > > > Deshpande <niranjan8712 at gmail.com> wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > >  Hi all
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > I am trying to explore the evaluation cpy of
> > > > > > > > > > > > > > anthill pro
> > > > > > > > > > > > > > and I am folowing the tutorial "Simple
> > > > > > > > > > > > > > Continuous Integration" in the Help link
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > But my build job is failing because of the error
> > > > > > > > > > > > > > : SVN not found
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Please help
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > --
> > > > > > > > > > > > > > Regards,
> > > > > > > > > > > > > > Niranjan Deshpande
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > "Shut yourself from the world and create the
> > > > > > > > > > > > > > reality you want"
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > _______________________________________________
> > > > > > > > > > > > > > Anthill-pro mailing list
> > > > > > > > > > > > > > Anthill-pro at lists.urbancode.com
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > http://lists.urbancode.com/mailman/listinfo/anthill-pro
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > _______________________________________________
> > > > > > > > > > > > > Anthill-pro mailing list
> > > > > > > > > > > > > Anthill-pro at lists.urbancode.com
> > > > > > > > > > > > >
> > > > > > > > > > > > > http://lists.urbancode.com/mailman/listinfo/anthill-pro
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > Regards,
> > > > > > > > > > > > Niranjan Deshpande
> > > > > > > > > > > >
> > > > > > > > > > > > "Shut yourself from the world and create the reality
> > > > > > > > > > > > you want"
> > > > > > > > > > > >
> > > > > > > > > > > > _______________________________________________
> > > > > > > > > > > > Anthill-pro mailing list
> > > > > > > > > > > > Anthill-pro at lists.urbancode.com
> > > > > > > > > > > >
> > > > > > > > > > > > http://lists.urbancode.com/mailman/listinfo/anthill-pro
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > _______________________________________________
> > > > > > > > > > > Anthill-pro mailing list
> > > > > > > > > > > Anthill-pro at lists.urbancode.com
> > > > > > > > > > >
> > > > > > > > > > > http://lists.urbancode.com/mailman/listinfo/anthill-pro
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Regards,
> > > > > > > > > > Niranjan Deshpande
> > > > > > > > > >
> > > > > > > > > > "Shut yourself from the world and create the reality you
> > > > > > > > > > want"
> > > > > > > > > >
> > > > > > > > > > _______________________________________________
> > > > > > > > > > Anthill-pro mailing list
> > > > > > > > > > Anthill-pro at lists.urbancode.com
> > > > > > > > > > http://lists.urbancode.com/mailman/listinfo/anthill-pro
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > > _______________________________________________
> > > > > > > > > Anthill-pro mailing list
> > > > > > > > > Anthill-pro at lists.urbancode.com
> > > > > > > > > http://lists.urbancode.com/mailman/listinfo/anthill-pro
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Regards,
> > > > > > > > Niranjan Deshpande
> > > > > > > >
> > > > > > > > "Shut yourself from the world and create the reality you
> > > > > > > > want"
> > > > > > > >
> > > > > > > > _______________________________________________
> > > > > > > > Anthill-pro mailing list
> > > > > > > > Anthill-pro at lists.urbancode.com
> > > > > > > > http://lists.urbancode.com/mailman/listinfo/anthill-pro
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > > _______________________________________________
> > > > > > > Anthill-pro mailing list
> > > > > > > Anthill-pro at lists.urbancode.com
> > > > > > > http://lists.urbancode.com/mailman/listinfo/anthill-pro
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Regards,
> > > > > > Niranjan Deshpande
> > > > > >
> > > > > > "Shut yourself from the world and create the reality you want"
> > > > > >
> > > > > > _______________________________________________
> > > > > > Anthill-pro mailing list
> > > > > > Anthill-pro at lists.urbancode.com
> > > > > > http://lists.urbancode.com/mailman/listinfo/anthill-pro
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > Anthill-pro mailing list
> > > > > Anthill-pro at lists.urbancode.com
> > > > > http://lists.urbancode.com/mailman/listinfo/anthill-pro
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Regards,
> > > > Niranjan Deshpande
> > > >
> > > > "Shut yourself from the world and create the reality you want"
> > > >
> > > > _______________________________________________
> > > > Anthill-pro mailing list
> > > > Anthill-pro at lists.urbancode.com
> > > > http://lists.urbancode.com/mailman/listinfo/anthill-pro
> > > >
> > > >
> > >
> > > _______________________________________________
> > > Anthill-pro mailing list
> > > Anthill-pro at lists.urbancode.com
> > > http://lists.urbancode.com/mailman/listinfo/anthill-pro
> > >
> > >
> >
> >
> > --
> > Regards,
> > Niranjan Deshpande
> >
> > "Shut yourself from the world and create the reality you want"
> >
> > _______________________________________________
> > Anthill-pro mailing list
> > Anthill-pro at lists.urbancode.com
> > http://lists.urbancode.com/mailman/listinfo/anthill-pro
> >
> >
>
> _______________________________________________
> Anthill-pro mailing list
> Anthill-pro at lists.urbancode.com
> http://lists.urbancode.com/mailman/listinfo/anthill-pro
>
>


-- 
Regards,
Niranjan Deshpande

"Shut yourself from the world and create the reality you want"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.urbancode.com/pipermail/anthill-pro/attachments/20080415/17b68195/attachment-0001.htm


More information about the Anthill-pro mailing list