Re-opening. The uploadDocumentation needs revisited. As-is, it will delete any subdirs on the receiving end that aren't in your local dir. So, if your local /orm has only 4.3 in it, it will delete all other versions on the remote /orm.
Normally, when I release docs manually, I'd do something like "[local stage path]/orm/4.3/* -> [remote path]/orm/4.3". Apparently doing "[local stage path]/orm -> [remote path]" causes the deletes.
Looking to see if there's an rsync switch to prevent that ("ignore remote subdirs missing on local stage"). Luckily I made a backup copy of all versions before trying it.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Re-opening. The uploadDocumentation needs revisited. As-is, it will delete any subdirs on the receiving end that aren't in your local dir. So, if your local /orm has only 4.3 in it, it will delete all other versions on the remote /orm.
Normally, when I release docs manually, I'd do something like "[local stage path]/orm/4.3/* -> [remote path]/orm/4.3". Apparently doing "[local stage path]/orm -> [remote path]" causes the deletes.
Looking to see if there's an rsync switch to prevent that ("ignore remote subdirs missing on local stage"). Luckily I made a backup copy of all versions before trying it.