I see I need to read up :)
Thanks Stefan ~P ---------------------------------------- > From: bode...@apache.org > To: lucene-net-...@incubator.apache.org > Date: Wed, 2 Nov 2011 08:41:24 +0100 > Subject: Re: [Lucene.Net] moving docs in the svn repository - fast way? > > On 2011-11-02, Prescott Nasser wrote: > > > I briefly touched on this in a prior email, but we have a our docs > > located > > https://svn.apache.org/repos/asf/incubator/lucene.net/site/docs/, they > > need to be moved under > > https://svn.apache.org/repos/asf/incubator/lucene.net/site/trunk/content/lucene.net/docs/ > > otherwise they won't be visible using the new content management > > system. > > > Is there a fast way to do this? > > sounds like > > $ svn mv -m "Moving docs" \ > https://svn.apache.org/repos/asf/incubator/lucene.net/site/docs/ \ > https://svn.apache.org/repos/asf/incubator/lucene.net/site/trunk/content/lucene.net/docs/ > > Stefan