You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by Stefan Bodewig <bo...@apache.org> on 2004/03/09 12:40:29 UTC

[GUMP] adapt to SVN move (was Re: Error on cvs)

On Tue, 9 Mar 2004, Dave Brondsema <da...@brondsema.net> wrote:
> On Tuesday 09 March 2004 06:29 am, Stefan Bodewig wrote:
>> On Tue, 9 Mar 2004, Dave Brondsema <da...@brondsema.net> wrote:
>> > Checkout command:
>> > svn co http://svn.apache.org/repos/asf/xml/forrest
>>
>> shouldn't that better be https?
> 
> Yes, and this should take care of cheche's concern about plaintext
> password.

That's why I pointed it out, yes.

Gump will need to know about the new location, could you please apply
the appended patch?

Thanks

        Stefan

Index: module.xml
===================================================================
RCS file: /home/cvspublic/xml-forrest/module.xml,v
retrieving revision 1.40
diff -u -r1.40 module.xml
--- module.xml	25 Feb 2004 08:57:46 -0000	1.40
+++ module.xml	9 Mar 2004 11:37:27 -0000
@@ -3,7 +3,7 @@
 
     <url href="http://xml.apache.org/forrest/"/>
 
-    <cvs repository="xml"/>
+    <svn repository="xml-svn" dir="forrest/trunk/"/>
     <mailing-lists>
         <mailing-list mail="forrest-dev@xml.apache.org"
              subscribe="forrest-dev-subscribe@xml.apache.org"

Re: [GUMP] adapt to SVN move (was Re: Error on cvs)

Posted by Juan Jose Pablos <ch...@che-che.com>.
Juan Jose Pablos wrote:
> Done.
> 


By daveB, my commit was a few seconds late :-)


Re: [GUMP] adapt to SVN move

Posted by Stefan Bodewig <bo...@apache.org>.
Thanks!

Stefan

Re: [GUMP] adapt to SVN move (was Re: Error on cvs)

Posted by Juan Jose Pablos <ch...@che-che.com>.
Done.

Stefan Bodewig wrote:
> On Tue, 9 Mar 2004, Dave Brondsema <da...@brondsema.net> wrote:
> 
>>On Tuesday 09 March 2004 06:29 am, Stefan Bodewig wrote:
>>
>>>On Tue, 9 Mar 2004, Dave Brondsema <da...@brondsema.net> wrote:
>>>
>>>>Checkout command:
>>>>svn co http://svn.apache.org/repos/asf/xml/forrest
>>>
>>>shouldn't that better be https?
>>
>>Yes, and this should take care of cheche's concern about plaintext
>>password.
> 
> 
> That's why I pointed it out, yes.
> 
> Gump will need to know about the new location, could you please apply
> the appended patch?
> 
> Thanks
> 
>         Stefan
> 
> Index: module.xml
> ===================================================================
> RCS file: /home/cvspublic/xml-forrest/module.xml,v
> retrieving revision 1.40
> diff -u -r1.40 module.xml
> --- module.xml	25 Feb 2004 08:57:46 -0000	1.40
> +++ module.xml	9 Mar 2004 11:37:27 -0000
> @@ -3,7 +3,7 @@
>  
>      <url href="http://xml.apache.org/forrest/"/>
>  
> -    <cvs repository="xml"/>
> +    <svn repository="xml-svn" dir="forrest/trunk/"/>
>      <mailing-lists>
>          <mailing-list mail="forrest-dev@xml.apache.org"
>               subscribe="forrest-dev-subscribe@xml.apache.org"