[xwiki-devs] Getting Source Repository - Newbie question
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!!
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
On Wed, Oct 28, 2009 at 12:25 PM, Luis Ruiz <[email protected]> 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.
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 [email protected] http://lists.xwiki.org/mailman/listinfo/devs
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 <[email protected]>
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 [email protected] http://lists.xwiki.org/mailman/listinfo/devs
devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
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 <[email protected]>
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!!
participants (4)
-
Anca Luca -
Jean-Vincent Drean -
Luis Ruiz -
Vincent Massol