From: Francesco M. <f18...@ya...> - 2007-03-15 20:57:17
|
[redirecting from wx-users mailing list back to wxcode-users...] Hi Joachim, Joachim Buermann ha scritto: >> - after committing it to SVN, remove it from CVS >> - you won't need to commit .cvsignore files (if you use them) in SVN >> - you may want to set the svn:executable property on files which need them >> (e.g. configure scripts for Unix if you use them) >> - be careful when using SVN: it does not allow per-path authorizations so >> that e.g. if you remove the sources of another components from >> wxCode\components folder and then commit your changes, they'll go through: >> i.e. you may damage other people's components. Please be careful to avoid >> it. > > Does this means: I have to checkout all components in a local folder, add the > wxctb stuff (as an additional folder) and than commit it via svn. > Or can I import my sources to svn without checkout the other wxCode components > (to avoid confusion for the other users)? yes, you can avoid checking out others' components using this url: https://wxcode.svn.sourceforge.net/svnroot/wxcode/trunk/wxCode/components/ctb Note that I have created your component's folder as "ctb" and not "wxctb" just because the "wx" prefix is "deprecated" as in wxcode project everything is wx-related and thus it makes no much sense... >> Last: I see you've also made a new release for wxCTB 0.9, however the old >> one (look below in the list of wxCode components download: there is a >> "wxCTB" release already) should be versioned too (and maybe set as "hidden" >> since it's the old one) to avoid confusion for the users. > > Done! great, thanks Francesco |