Foros de discusión

[SVN] Problems sharing Liferay plugins with svn

Antonio Benvenuto, modificado hace 11 años.

[SVN] Problems sharing Liferay plugins with svn

New Member Mensajes: 12 Fecha de incorporación: 19/06/11 Mensajes recientes
Hi all

I'm trying to share liferay 6.1 plugin project with SVN but it seems to be not easy.

I'm following this nice tutorial using METHOD 2 (so,I'm sharing SDK):
http://www.liferay.com/community/wiki/-/wiki/Main/Liferay+IDE+Sharing+Projects

I have shared SDK,and then I have created a new EXT-PLUGIN. When i try to COMMIT changes of sdk I have this error:

Path is not a working copy directory
svn: 'C:WORKSPACE\shared-plugins-sdk_6.1\ext\MyExtPlugin-ext' is not a working copy

Any suggest?
thumbnail
Juan Gonzalez P, modificado hace 11 años.

RE: [SVN] Problems sharing Liferay plugins with svn

Liferay Legend Mensajes: 3089 Fecha de incorporación: 28/10/08 Mensajes recientes
Antonio Benvenuto:
Hi all

I'm trying to share liferay 6.1 plugin project with SVN but it seems to be not easy.

I'm following this nice tutorial using METHOD 2 (so,I'm sharing SDK):
http://www.liferay.com/community/wiki/-/wiki/Main/Liferay+IDE+Sharing+Projects

I have shared SDK,and then I have created a new EXT-PLUGIN. When i try to COMMIT changes of sdk I have this error:

Path is not a working copy directory
svn: 'C:WORKSPACE\shared-plugins-sdk_6.1\ext\MyExtPlugin-ext' is not a working copy

Any suggest?


This isn't a Liferay problem. Guess you'd have to add the new directories to SVN first before commit (as usual for new directories/files).