You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Henri Yandell <fl...@gmail.com> on 2005/01/28 05:44:52 UTC

Fwd: [all] svn migration completed

(an edited version of an email Tim just sent to commons-dev)

The SVN migration is finished. 

Whatever you do, don't checkout /jakarta/commons as you will be checking
out a copy of every tag, trunk, and branch and it will take forever and
a day.  *Instead*, check out individual components, or 
check out "trunks-proper" or "trunks-sandbox" if need be:

For an individual component, using lang as an example:

"svn co http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk/
commons-lang"

"svn co http://svn.apache.org/repos/asf/jakarta/commons/sandbox/lang/trunk/
commons-lang-sandbox"

For the whole of commons or the sandbox:

"svn co http://svn.apache.org/repos/asf/jakarta/commons/trunks-proper
jakarta-commons"

"svn co http://svn.apache.org/repos/asf/jakarta/commons/trunks-sandbox
jakarta-commons-sandbox"


Hen

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org


Re: Having trouble with svn checkout

Posted by Simon Kitching <sk...@apache.org>.
On Sun, 2005-01-30 at 10:02 -0700, Wendy Smoak wrote:
> I'm having trouble checking out a single Commons project:
> 
> $ svn co 
> http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk/commons-lang
> svn: URL 
> 'http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk/commons-lang' 
> doesn't exist


As Henri has noted, he got the URL a bit wrong.

However I have just added some info in the wiki about using 'svn ls' to
explore the svn repository:
  http://wiki.apache.org/jakarta-commons/UsingSVN
See section 1, "Misc Info".

I hope this helps..

Regards,

Simon


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: Having trouble with svn checkout

Posted by Dion Gillard <di...@gmail.com>.
FWIW,

The lack of any status info for subclipse makes it seem really slow too.

Subclipse also gets confused sometimes about the status of files. You
can do a 'Team->Synchronize' and 'Update' a file, and it doesn't
disappear from the list of changed files.

The file has been updated on the filesystem, but Subclipse doesn't
seem to reflect it in the metadata for eclipse.

Restarting eclipse has fixed this for me.


On Mon, 31 Jan 2005 11:51:49 +0000, Rory Winston <rw...@eircom.net> wrote:
> Wow.
> 
> svn checkout is sloooooooooooow. Is it just me or is there a noticeable
> performance difference between CVS and SVN?
> 
> 
> > svn co
> > http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk
> > somefolder
> >
> > Stephen
> >
> > ----- Original Message ----- From: "Wendy Smoak" <ja...@wendysmoak.com>
> > To: "Jakarta Commons Developers List" <co...@jakarta.apache.org>
> > Sent: Sunday, January 30, 2005 5:02 PM
> > Subject: Having trouble with svn checkout
> >
> >
> >> From: "Henri Yandell" <fl...@gmail.com> wrote:
> >>
> >>> The SVN migration is finished.
> >>> For an individual component, using lang as an example:
> >>> "svn co
> >>> http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk/commons-lang"
> >>>
> >>
> >>
> >> I'm having trouble checking out a single Commons project:
> >>
> >> $ svn co
> >> http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk/commons-lang
> >>
> >> svn: URL
> >> 'http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk/commons-lang'
> >> doesn't exist
> >>
> >> I was able to get the entire commons/proper using the command Craig
> >> posted yesterday (good thing disk space is cheap!):
> >> $ svn checkout
> >> http://svn.apache.org/repos/asf/jakarta/commons/proper/current
> >>
> >> What am I doing wrong?
> >> --
> >> Wendy Smoak
> >>
> >>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> >> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> >>
> >>
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> >
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> 
> 


-- 
http://www.multitask.com.au/people/dion/

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: Having trouble with svn checkout

Posted by Henri Yandell <fl...@gmail.com>.
Definitely a performance difference, but it's not all one way.

Updates and Commits for lots of files seems to be a lot quicker,
whereas for a single file is slower. jakarta-site2 was really becoming
a slow pain; I suspect the number of revisions on a file made it
slower in CVS.

Then there's the local stuff like svn revert, svn status, svn info
that don't use the network at all. They're much quicker :)

Hen

On Mon, 31 Jan 2005 11:51:49 +0000, Rory Winston <rw...@eircom.net> wrote:
> Wow.
> 
> svn checkout is sloooooooooooow. Is it just me or is there a noticeable
> performance difference between CVS and SVN?
> 
> 
> > svn co
> > http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk
> > somefolder
> >
> > Stephen
> >
> > ----- Original Message ----- From: "Wendy Smoak" <ja...@wendysmoak.com>
> > To: "Jakarta Commons Developers List" <co...@jakarta.apache.org>
> > Sent: Sunday, January 30, 2005 5:02 PM
> > Subject: Having trouble with svn checkout
> >
> >
> >> From: "Henri Yandell" <fl...@gmail.com> wrote:
> >>
> >>> The SVN migration is finished.
> >>> For an individual component, using lang as an example:
> >>> "svn co
> >>> http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk/commons-lang"
> >>>
> >>
> >>
> >> I'm having trouble checking out a single Commons project:
> >>
> >> $ svn co
> >> http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk/commons-lang
> >>
> >> svn: URL
> >> 'http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk/commons-lang'
> >> doesn't exist
> >>
> >> I was able to get the entire commons/proper using the command Craig
> >> posted yesterday (good thing disk space is cheap!):
> >> $ svn checkout
> >> http://svn.apache.org/repos/asf/jakarta/commons/proper/current
> >>
> >> What am I doing wrong?
> >> --
> >> Wendy Smoak
> >>
> >>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> >> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> >>
> >>
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> >
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: Having trouble with svn checkout

Posted by Rory Winston <rw...@eircom.net>.
Wow.

svn checkout is sloooooooooooow. Is it just me or is there a noticeable 
performance difference between CVS and SVN?


> svn co 
> http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk 
> somefolder
>
> Stephen
>
> ----- Original Message ----- From: "Wendy Smoak" <ja...@wendysmoak.com>
> To: "Jakarta Commons Developers List" <co...@jakarta.apache.org>
> Sent: Sunday, January 30, 2005 5:02 PM
> Subject: Having trouble with svn checkout
>
>
>> From: "Henri Yandell" <fl...@gmail.com> wrote:
>>
>>> The SVN migration is finished.
>>> For an individual component, using lang as an example:
>>> "svn co
>>> http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk/commons-lang" 
>>>
>>
>>
>> I'm having trouble checking out a single Commons project:
>>
>> $ svn co 
>> http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk/commons-lang 
>>
>> svn: URL 
>> 'http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk/commons-lang' 
>> doesn't exist
>>
>> I was able to get the entire commons/proper using the command Craig 
>> posted yesterday (good thing disk space is cheap!):
>> $ svn checkout 
>> http://svn.apache.org/repos/asf/jakarta/commons/proper/current
>>
>> What am I doing wrong?
>> -- 
>> Wendy Smoak
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>>
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: Having trouble with svn checkout

Posted by Henri Yandell <fl...@gmail.com>.
Sorry, my screwup. Late at night etc, it should have been:

> "svn co
> http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk commons-lang"

ie) a space not a /.

Hen

On Sun, 30 Jan 2005 17:10:49 -0000, Stephen Colebourne
<sc...@btopenworld.com> wrote:
> svn co http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk 
> somefolder
> 
> Stephen
> 
> ----- Original Message -----
> From: "Wendy Smoak" <ja...@wendysmoak.com>
> To: "Jakarta Commons Developers List" <co...@jakarta.apache.org>
> Sent: Sunday, January 30, 2005 5:02 PM
> Subject: Having trouble with svn checkout
> 
> > From: "Henri Yandell" <fl...@gmail.com> wrote:
> >> The SVN migration is finished.
> >> For an individual component, using lang as an example:
> >> "svn co
> >> http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk/commons-lang"
> >
> > I'm having trouble checking out a single Commons project:
> >
> > $ svn co
> > http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk/commons-lang
> > svn: URL
> > 'http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk/commons-lang'
> > doesn't exist
> >
> > I was able to get the entire commons/proper using the command Craig posted
> > yesterday (good thing disk space is cheap!):
> > $ svn checkout
> > http://svn.apache.org/repos/asf/jakarta/commons/proper/current
> >
> > What am I doing wrong?
> > --
> > Wendy Smoak
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: Having trouble with svn checkout

Posted by Stephen Colebourne <sc...@btopenworld.com>.
svn co http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk 
somefolder

Stephen

----- Original Message ----- 
From: "Wendy Smoak" <ja...@wendysmoak.com>
To: "Jakarta Commons Developers List" <co...@jakarta.apache.org>
Sent: Sunday, January 30, 2005 5:02 PM
Subject: Having trouble with svn checkout


> From: "Henri Yandell" <fl...@gmail.com> wrote:
>> The SVN migration is finished.
>> For an individual component, using lang as an example:
>> "svn co
>> http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk/commons-lang"
>
> I'm having trouble checking out a single Commons project:
>
> $ svn co 
> http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk/commons-lang
> svn: URL 
> 'http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk/commons-lang' 
> doesn't exist
>
> I was able to get the entire commons/proper using the command Craig posted 
> yesterday (good thing disk space is cheap!):
> $ svn checkout 
> http://svn.apache.org/repos/asf/jakarta/commons/proper/current
>
> What am I doing wrong?
> -- 
> Wendy Smoak
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Having trouble with svn checkout

Posted by Wendy Smoak <ja...@wendysmoak.com>.
From: "Henri Yandell" <fl...@gmail.com> wrote:
> The SVN migration is finished.
> For an individual component, using lang as an example:
> "svn co
> http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk/commons-lang"

I'm having trouble checking out a single Commons project:

$ svn co 
http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk/commons-lang
svn: URL 
'http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk/commons-lang' 
doesn't exist

I was able to get the entire commons/proper using the command Craig posted 
yesterday (good thing disk space is cheap!):
$ svn checkout 
http://svn.apache.org/repos/asf/jakarta/commons/proper/current

What am I doing wrong?
-- 
Wendy Smoak




---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: Fwd: [all] svn migration completed

Posted by Ortwin Glück <or...@nose.ch>.

Henri Yandell wrote:
> The SVN migration is finished.

It seems we need to update the project.xml files with the new repository 
URLs and redeploy the website. Developers need to set a passwort first 
by calling svnpasswd on minotaur.

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpclient-dev-help@jakarta.apache.org


Fwd: [all] svn migration completed

Posted by Henri Yandell <fl...@gmail.com>.
(an edited version of an email Tim just sent to commons-dev)

The SVN migration is finished.

Whatever you do, don't checkout /jakarta/commons as you will be checking
out a copy of every tag, trunk, and branch and it will take forever and
a day.  *Instead*, check out individual components, or 
check out "trunks-proper" or "trunks-sandbox" if need be:

For an individual component, using lang as an example:

"svn co http://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk/
commons-lang"

"svn co http://svn.apache.org/repos/asf/jakarta/commons/sandbox/lang/trunk/
commons-lang-sandbox"

For the whole of commons or the sandbox:

"svn co http://svn.apache.org/repos/asf/jakarta/commons/trunks-proper
jakarta-commons"

"svn co http://svn.apache.org/repos/asf/jakarta/commons/trunks-sandbox
jakarta-commons-sandbox"


Hen

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpclient-dev-help@jakarta.apache.org