Re: Problems with SCM:UPDATE on linux with Subversion.

2008-08-28 Thread Stephen Connolly
there is an update-subprojects goal that does what you want Sent from my iPod On 28 Aug 2008, at 19:20, "W. Dave Rathnow" <[EMAIL PROTECTED]> wrote: We have a number of projects that are built from a single POM file that contains a much of . To build the project I just enter "mvn goal

Re: Problems with SCM:UPDATE on linux with Subversion.

2008-08-28 Thread W. Dave Rathnow
We have a number of projects that are built from a single POM file that contains a much of . To build the project I just enter "mvn goal" and whatever goal is specified is applied to each project. However, the scm plugin does not seem to work this way. When I enter "mvn scm:update", only the cu

Re: Problems with SCM:UPDATE on linux with Subversion.

2008-08-25 Thread Dave Rathnow
I found the problem. I had copied my settings.xml file from a windows box and did not remove a entry. It had specified root as the account to use for this particular machine. I removed it and everything works fine now. Dave Rathnow wrote: > > I seem to be having problems receiving message

Re: Problems with SCM:UPDATE on linux with Subversion.

2008-08-25 Thread Dave Rathnow
I seem to be having problems receiving message from this list so I apologies for the late response. I did not do an "su USERNAME" and "root" is not specified in the SCM url. Any other thoughts? Dave. Brett Porter wrote: > > How did you log in to the account? IF it happened to be "su USERNAM

Re: Problems with SCM:UPDATE on linux with Subversion.

2008-08-24 Thread Brett Porter
How did you log in to the account? IF it happened to be "su USERNAME" from root, you would still have root's environment. Other than that, the only reason I can think of is that root is specified in the SCM URL. - Brett 2008/8/23 Dave Rathnow <[EMAIL PROTECTED]>: > I'm having a problem with SCM