Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Nathan Youngman
RE: Updating plugin to fckeditor 2.4.x [ reply ]  
2007-03-09 21:41
Oops... I see there is a trunk/ and branch/. Just need to tag/ the current release.

By: Nathan Youngman
Updating plugin to fckeditor 2.4.x [ reply ]  
2007-03-09 20:46
I've been looking through the code for fckeditor, not just the plugin, but also the 2.3.2 and 2.4.x releases. It seems the only modification to the editor/ itself is the spell checker script path, which can now be configured separately. So it should be fairly easy to drop in the 2.4.x codebase... I'm not entirely certain the best approach without ssh (for svn_load...dirs.pl or svnadmin dump/load). One could just delete editor/ and add a new copy.

It would be nice to reorganize the plugin repository a little, to have trunk, tags, and branches/.
Then we could tag the 0.4.0 plugin release before doing anything to crazy.

Now that the fckeditor SVN repository has a 2.4.0 tag, we could also use an svn:externals to tie them together. The only thing is all those extra server files and such you deleted from the plugin... I haven't yet determined if it's possible to "svn:ignore" on an "svn:external".