Hi Phil,

Phil Steitz wrote:

> I ran with scissors and tried mvn site-deploy and it seems to have
> (sic) *deleted* the previous javadoc versions from the site svn.
> How can I get these back?  How can I avoid this trauma each time I
> try to publish the site?  I guess I can just cp the local mvn site
> gen to a direct checkout the svn pub-sub.  Is that what others do?
> Sorry I probably missed good instructions on this somewhere.

if you want to undo the change in subversion, you may take a copy of the 
last existing version of a folder and copy it into trunk again (works of you 
have deleted "https://path/to/folder";):

svn cp https://path/to/folder@4711 https://path/to/folder

Cheers,
Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to