Home | About | Sematext search-lucene.com search-hadoop.com
 Search Lucene and all its subprojects:

Switch to Threaded View
Lucene.Net, mail # dev - [Lucene.Net] moving docs in the svn repository - fast way?


Copy link to this message
-
Re: [Lucene.Net] moving docs in the svn repository - fast way?
Stefan Bodewig 2011-11-02, 07:41
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