Getting Source Repository - Newbie question

6 messages Options
Embed this post
Permalink
Luis Ruiz-2

Getting Source Repository - Newbie question

Reply Threaded More More options
Print post
Permalink
Hi,

I am trying to get xwiki platform sources from TortoiseSVN. I have followed
this instructions:
http://dev.xwiki.org/xwiki/bin/view/Community/SourceRepository but I think I
must make changes at Tortoise or something like that, because when I try to
checkout http://svn.xwiki.org/svnroot/xwiki/platform/ recursively and HEAD
revision I download more than 2GB of contents (I have only arrived to 2GB,
then my RAM dies). I suppose I should only download last xwiki 2.0, could
you tell me the essentials I need to compile platform?

Thanks and sorry for this stupid question!!
_______________________________________________
devs mailing list
[hidden email]
http://lists.xwiki.org/mailman/listinfo/devs
vmassol

Re: Getting Source Repository - Newbie question

Reply Threaded More More options
Print post
Permalink
Hi Luis,

On Oct 28, 2009, at 12:25 PM, Luis Ruiz wrote:

> Hi,
>
> I am trying to get xwiki platform sources from TortoiseSVN. I have  
> followed
> this instructions:
> http://dev.xwiki.org/xwiki/bin/view/Community/SourceRepository but I  
> think I
> must make changes at Tortoise or something like that, because when I  
> try to
> checkout http://svn.xwiki.org/svnroot/xwiki/platform/ recursively  
> and HEAD
> revision I download more than 2GB of contents (I have only arrived  
> to 2GB,
> then my RAM dies). I suppose I should only download last xwiki 2.0,  
> could
> you tell me the essentials I need to compile platform?
>
> Thanks and sorry for this stupid question!!

I've checked http://dev.xwiki.org/xwiki/bin/view/Community/SourceRepository 
  and it seems correct.

What's not clear? I can see precise locations defined in the doc.

You need to decide what you want to check out obviously and we can't  
choose for you ;)

Open your browser to  http://svn.xwiki.org/svnroot/xwiki/platform/   
and you'll see that you're trying to check out all tags, branches and  
trunk.

Thanks
-Vincent

_______________________________________________
devs mailing list
[hidden email]
http://lists.xwiki.org/mailman/listinfo/devs
Jean-Vincent Drean-3

Re: Getting Source Repository - Newbie question

Reply Threaded More More options
Print post
Permalink
In reply to this post by Luis Ruiz-2
On Wed, Oct 28, 2009 at 12:25 PM, Luis Ruiz <[hidden email]> wrote:

> Hi,
>
> I am trying to get xwiki platform sources from TortoiseSVN. I have followed
> this instructions:
> http://dev.xwiki.org/xwiki/bin/view/Community/SourceRepository but I think I
> must make changes at Tortoise or something like that, because when I try to
> checkout http://svn.xwiki.org/svnroot/xwiki/platform/ recursively and HEAD
> revision I download more than 2GB of contents (I have only arrived to 2GB,
> then my RAM dies). I suppose I should only download last xwiki 2.0, could
> you tell me the essentials I need to compile platform?

You should checkout http://svn.xwiki.org/svnroot/xwiki/platform/trunks
as mentionned in the documentation.

JV.
_______________________________________________
devs mailing list
[hidden email]
http://lists.xwiki.org/mailman/listinfo/devs
Anca Luca

Re: Getting Source Repository - Newbie question

Reply Threaded More More options
Print post
Permalink
In reply to this post by Luis Ruiz-2
Hello Luis,

what you need to download if you want the latest sources is

http://svn.xwiki.org/svnroot/xwiki/platform/trunks/ .

Then, to build, you should use guidelines at
http://dev.xwiki.org/xwiki/bin/view/Community/Building : just install maven,
configure it and type mvn install in the sources directory.

Happy hacking,
Anca

On 10/28/2009 01:25 PM, Luis Ruiz wrote:

> Hi,
>
> I am trying to get xwiki platform sources from TortoiseSVN. I have followed
> this instructions:
> http://dev.xwiki.org/xwiki/bin/view/Community/SourceRepository but I think I
> must make changes at Tortoise or something like that, because when I try to
> checkout http://svn.xwiki.org/svnroot/xwiki/platform/ recursively and HEAD
> revision I download more than 2GB of contents (I have only arrived to 2GB,
> then my RAM dies). I suppose I should only download last xwiki 2.0, could
> you tell me the essentials I need to compile platform?
>
> Thanks and sorry for this stupid question!!
> _______________________________________________
> devs mailing list
> [hidden email]
> http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________
devs mailing list
[hidden email]
http://lists.xwiki.org/mailman/listinfo/devs
Luis Ruiz-2

Re: Getting Source Repository - Newbie question

Reply Threaded More More options
Print post
Permalink
Hello Vincent, Jean-Vincent and Anca,

Thanks for your answers, I'm now downloading the correct one. If someday
xwiki loses all of it's SVN don't worry, I HAVE IT!!

Thanks.

2009/10/28 Anca Luca <[hidden email]>

> Hello Luis,
>
> what you need to download if you want the latest sources is
>
> http://svn.xwiki.org/svnroot/xwiki/platform/trunks/ .
>
> Then, to build, you should use guidelines at
> http://dev.xwiki.org/xwiki/bin/view/Community/Building : just install
> maven,
> configure it and type mvn install in the sources directory.
>
> Happy hacking,
> Anca
>
> On 10/28/2009 01:25 PM, Luis Ruiz wrote:
> > Hi,
> >
> > I am trying to get xwiki platform sources from TortoiseSVN. I have
> followed
> > this instructions:
> > http://dev.xwiki.org/xwiki/bin/view/Community/SourceRepository but I
> think I
> > must make changes at Tortoise or something like that, because when I try
> to
> > checkout http://svn.xwiki.org/svnroot/xwiki/platform/ recursively and
> HEAD
> > revision I download more than 2GB of contents (I have only arrived to
> 2GB,
> > then my RAM dies). I suppose I should only download last xwiki 2.0, could
> > you tell me the essentials I need to compile platform?
> >
> > Thanks and sorry for this stupid question!!
> > _______________________________________________
> > devs mailing list
> > [hidden email]
> > http://lists.xwiki.org/mailman/listinfo/devs
> _______________________________________________
> devs mailing list
> [hidden email]
> http://lists.xwiki.org/mailman/listinfo/devs
>
_______________________________________________
devs mailing list
[hidden email]
http://lists.xwiki.org/mailman/listinfo/devs
vmassol

Re: Getting Source Repository - Newbie question

Reply Threaded More More options
Print post
Permalink

On Oct 28, 2009, at 1:05 PM, Luis Ruiz wrote:

> Hello Vincent, Jean-Vincent and Anca,
>
> Thanks for your answers, I'm now downloading the correct one. If  
> someday
> xwiki loses all of it's SVN don't worry, I HAVE IT!!

:)

-Vincent

>
> Thanks.
>
> 2009/10/28 Anca Luca <[hidden email]>
>
>> Hello Luis,
>>
>> what you need to download if you want the latest sources is
>>
>> http://svn.xwiki.org/svnroot/xwiki/platform/trunks/ .
>>
>> Then, to build, you should use guidelines at
>> http://dev.xwiki.org/xwiki/bin/view/Community/Building : just install
>> maven,
>> configure it and type mvn install in the sources directory.
>>
>> Happy hacking,
>> Anca
>>
>> On 10/28/2009 01:25 PM, Luis Ruiz wrote:
>>> Hi,
>>>
>>> I am trying to get xwiki platform sources from TortoiseSVN. I have
>> followed
>>> this instructions:
>>> http://dev.xwiki.org/xwiki/bin/view/Community/SourceRepository but I
>> think I
>>> must make changes at Tortoise or something like that, because when  
>>> I try
>> to
>>> checkout http://svn.xwiki.org/svnroot/xwiki/platform/ recursively  
>>> and
>> HEAD
>>> revision I download more than 2GB of contents (I have only arrived  
>>> to
>> 2GB,
>>> then my RAM dies). I suppose I should only download last xwiki  
>>> 2.0, could
>>> you tell me the essentials I need to compile platform?
>>>
>>> Thanks and sorry for this stupid question!!
_______________________________________________
devs mailing list
[hidden email]
http://lists.xwiki.org/mailman/listinfo/devs