You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Yosuke Yamatani <s1...@center.wakayama-u.ac.jp> on 2014/11/26 10:19:09 UTC

Where is the SVN repository only for Lucene project ?

Dear sir/madam

Hello, I’m Yosuke Yamatani.
I’m a graduate student at Wakayama University, Japan.
I study software evolution in OSS projects through the analysis of SVN
repositories.
I found the entire ASF repository, but I would like to mirror the SVN
repository only for your project.
Could you let me know how to get your repository ?

Sincerely yours.
Yosuke



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


RE: Where is the SVN repository only for Lucene project ?

Posted by Uwe Schindler <uw...@thetaphi.de>.
Cool idea J

 

Uwe

 

-----

Uwe Schindler

H.-H.-Meier-Allee 63, D-28213 Bremen

 <http://www.thetaphi.de/> http://www.thetaphi.de

eMail: uwe@thetaphi.de

 

From: david.w.smiley@gmail.com [mailto:david.w.smiley@gmail.com] 
Sent: Wednesday, November 26, 2014 2:26 PM
To: dev@lucene.apache.org
Subject: Re: Where is the SVN repository only for Lucene project ?

 

GitHub offers SVN access:

svn checkout https://github.com/apache/lucene-solr




~ David Smiley

Freelance Apache Lucene/Solr Search Consultant/Developer

http://www.linkedin.com/in/davidwsmiley

 

On Wed, Nov 26, 2014 at 4:19 AM, Yosuke Yamatani <s1...@center.wakayama-u.ac.jp> wrote:

Dear sir/madam

Hello, I’m Yosuke Yamatani.
I’m a graduate student at Wakayama University, Japan.
I study software evolution in OSS projects through the analysis of SVN
repositories.
I found the entire ASF repository, but I would like to mirror the SVN
repository only for your project.
Could you let me know how to get your repository ?

Sincerely yours.
Yosuke



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

 


Re: Where is the SVN repository only for Lucene project ?

Posted by Alexandre Rafalovitch <ar...@gmail.com>.
With Git and GitHub it is possible to do a shallow fetch which will
only get the files without much history. Maybe with SVN as well, but I
haven't tried.

Regards,
   Alex.
Personal: http://www.outerthoughts.com/ and @arafalov
Solr resources and newsletter: http://www.solr-start.com/ and @solrstart
Solr popularizers community: https://www.linkedin.com/groups?gid=6713853


On 26 November 2014 at 08:26, david.w.smiley@gmail.com
<da...@gmail.com> wrote:
> GitHub offers SVN access:
> svn checkout https://github.com/apache/lucene-solr
>
> ~ David Smiley
> Freelance Apache Lucene/Solr Search Consultant/Developer
> http://www.linkedin.com/in/davidwsmiley
>
> On Wed, Nov 26, 2014 at 4:19 AM, Yosuke Yamatani
> <s1...@center.wakayama-u.ac.jp> wrote:
>>
>> Dear sir/madam
>>
>> Hello, I’m Yosuke Yamatani.
>> I’m a graduate student at Wakayama University, Japan.
>> I study software evolution in OSS projects through the analysis of SVN
>> repositories.
>> I found the entire ASF repository, but I would like to mirror the SVN
>> repository only for your project.
>> Could you let me know how to get your repository ?
>>
>> Sincerely yours.
>> Yosuke
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>

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


Re: Where is the SVN repository only for Lucene project ?

Posted by "david.w.smiley@gmail.com" <da...@gmail.com>.
GitHub offers SVN access:
svn checkout https://github.com/apache/lucene-solr

~ David Smiley
Freelance Apache Lucene/Solr Search Consultant/Developer
http://www.linkedin.com/in/davidwsmiley

On Wed, Nov 26, 2014 at 4:19 AM, Yosuke Yamatani <
s151049@center.wakayama-u.ac.jp> wrote:

> Dear sir/madam
>
> Hello, I’m Yosuke Yamatani.
> I’m a graduate student at Wakayama University, Japan.
> I study software evolution in OSS projects through the analysis of SVN
> repositories.
> I found the entire ASF repository, but I would like to mirror the SVN
> repository only for your project.
> Could you let me know how to get your repository ?
>
> Sincerely yours.
> Yosuke
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

Re: Where is the SVN repository only for Lucene project ?

Posted by Mikhail Khludnev <mk...@griddynamics.com>.
Yosuke,

Welcome aboard!
pls find svn url at
http://lucene.apache.org/core/developer.html
however, I found https://github.com/apache/lucene-solr/ rather convenient.

On Wed, Nov 26, 2014 at 12:19 PM, Yosuke Yamatani <
s151049@center.wakayama-u.ac.jp> wrote:

> Dear sir/madam
>
> Hello, I’m Yosuke Yamatani.
> I’m a graduate student at Wakayama University, Japan.
> I study software evolution in OSS projects through the analysis of SVN
> repositories.
> I found the entire ASF repository, but I would like to mirror the SVN
> repository only for your project.
> Could you let me know how to get your repository ?
>
> Sincerely yours.
> Yosuke
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>


-- 
Sincerely yours
Mikhail Khludnev
Principal Engineer,
Grid Dynamics

<http://www.griddynamics.com>
<mk...@griddynamics.com>

Re: Where is the SVN repository only for Lucene project ?

Posted by Shawn Heisey <ap...@elyograg.org>.
On 11/26/2014 2:19 AM, Yosuke Yamatani wrote:
> Hello, I’m Yosuke Yamatani.
> I’m a graduate student at Wakayama University, Japan.
> I study software evolution in OSS projects through the analysis of SVN
> repositories.
> I found the entire ASF repository, but I would like to mirror the SVN
> repository only for your project.
> Could you let me know how to get your repository ?

Checking out a branch for a single Apache project is easy -- we do it
all the time when working with the source for the lucene/solr project,
and the procedure for that has been given to you in other replies.

If you need the actual repository, that's probably different.  Is that
*really* what you need, or can you look at the history on svn.apache.org
and various branch checkouts?

I don't know a lot about subversion repos, but I've seen some things on
the infrastructure mailing list and just now I've done some googling,
and come up with the following.  It may not be helpful, but it's what
I've got:

If you simply use svnsync to get all of what you want, you'll find your
IP address banned automatically by scripts that watch for abuse.  You
can only get your IP address un-banned if you promise to not repeat the
actions that got it banned in the first place, and repeated bans will
not be lifted.

Mirroring the whole repo needs to be done by starting with a dump, or
you'll get banned:

http://www.apache.org/dev/version-control.html#mirror

According to what I found at the following URL, it may be possible to
mirror only a subsection of the repo, but it's not very straightforward:

http://svn.haxx.se/users/archive-2011-08/0136.shtml

The last answer on this SO question also talks about only syncing part
of a repo ... but I'm fairly sure that you must still start with the
full dump, or risk getting banned:

http://stackoverflow.com/questions/4303697/copy-parts-of-an-svn-repo-to-another

Thanks,
Shawn


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


Re: Where is the SVN repository only for Lucene project ?

Posted by Yosuke Yamatani <s1...@center.wakayama-u.ac.jp>.
Hi Uwe and Mikhail,

Thank you for your quick response!!

I would like to do "SVN sync" to get your projects' repository since a 
mirror copy of the svn repository is needed to execute my tool which 
analyzes  software evolution over time.

I can do it through the URL you told me, but it is too slow to "sync" 
because the sync command tries to get the entire apache repository.

Sincerely yours,

Yosuke

(2014/11/26 18:47), Uwe Schindler wrote:
> There is only the ASF repository, Lucene does not have ist own. Where is the problem in only mirroring a specific subdirectory?
>
> Uwe
>
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
>
>
>> -----Original Message-----
>> From: Yosuke Yamatani [mailto:s151049@center.wakayama-u.ac.jp]
>> Sent: Wednesday, November 26, 2014 10:19 AM
>> To: dev@lucene.apache.org
>> Subject: Where is the SVN repository only for Lucene project ?
>>
>> Dear sir/madam
>>
>> Hello, I’m Yosuke Yamatani.
>> I’m a graduate student at Wakayama University, Japan.
>> I study software evolution in OSS projects through the analysis of SVN
>> repositories.
>> I found the entire ASF repository, but I would like to mirror the SVN
>> repository only for your project.
>> Could you let me know how to get your repository ?
>>
>> Sincerely yours.
>> Yosuke
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional
>> commands, e-mail: dev-help@lucene.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>


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


RE: Where is the SVN repository only for Lucene project ?

Posted by Uwe Schindler <uw...@thetaphi.de>.
There is only the ASF repository, Lucene does not have ist own. Where is the problem in only mirroring a specific subdirectory?

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: Yosuke Yamatani [mailto:s151049@center.wakayama-u.ac.jp]
> Sent: Wednesday, November 26, 2014 10:19 AM
> To: dev@lucene.apache.org
> Subject: Where is the SVN repository only for Lucene project ?
> 
> Dear sir/madam
> 
> Hello, I’m Yosuke Yamatani.
> I’m a graduate student at Wakayama University, Japan.
> I study software evolution in OSS projects through the analysis of SVN
> repositories.
> I found the entire ASF repository, but I would like to mirror the SVN
> repository only for your project.
> Could you let me know how to get your repository ?
> 
> Sincerely yours.
> Yosuke
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional
> commands, e-mail: dev-help@lucene.apache.org


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


Re: Where is the SVN repository only for Lucene project ?

Posted by Steve Davids <sd...@gmail.com>.
http://lucene.apache.org/core/developer.html

Sent from my iPhone

> On Nov 26, 2014, at 4:19 AM, Yosuke Yamatani <s1...@center.wakayama-u.ac.jp> wrote:
> 
> Dear sir/madam
> 
> Hello, I’m Yosuke Yamatani.
> I’m a graduate student at Wakayama University, Japan.
> I study software evolution in OSS projects through the analysis of SVN
> repositories.
> I found the entire ASF repository, but I would like to mirror the SVN
> repository only for your project.
> Could you let me know how to get your repository ?
> 
> Sincerely yours.
> Yosuke
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>