Re: Error for 'plugins-dist/archives'
Luis Speciale <[email protected]>
| Newsgroups | gmane.comp.web.spip.devel |
|---|---|
| Message-ID | <[email protected]> |
Le 07/03/2017 à 17:21, Franck a écrit : > Je viens de faire un test et oui, il semble y avoir un problème, je pense > que cela vient de: > https://zone.spip.org/trac/spip-zone/changeset/103180/_core_/plugins/archivi > ste A mon avis faut revenir en arrière Keep this in mind when defining file externals. If you need the external to refer to a certain revision of a file you will not be able to modify the external. If you want to be able to modify the external, you cannot specify a revision other than the HEAD revision, which is implied if no revision is specified. (…) Also, file externals cannot be moved or deleted. The svn:externals property must be modified instead. http://svnbook.red-bean.com/en/1.6/svn.advanced.externals.html