From: Ulrich T. <ulr...@gm...> - 2013-03-25 20:35:48
|
Dear wxCode developers, mid of December 2012 I followed the SourceForge advise to upgrade the wxCode project to the new SourceForge platform Allura. Unfortunately I misinterpreted the SourceForge information regarding the wxCode Subversion repository. Now I discovered that there are now 2 SVN repositories, an old one and a new one, and that there are several discrepancies, because some wxCode developers still access the old repository. Please update the address of the wxCode SVn repository to https://svn.code.sf.net/p/wxcode/code/trunk if you haven't done so yet and commit the changes previoulsy made in the old repository in the new repository, too. Thanks. I'm really sorry for the inconveniences this may cause. Regards, Ulrich |
From: John L. <jla...@gm...> - 2013-03-26 04:24:27
|
On Mon, Mar 25, 2013 at 4:35 PM, Ulrich Telle <ulr...@gm...> wrote: > Dear wxCode developers, > > mid of December 2012 I followed the SourceForge advise to upgrade the > wxCode project to the new SourceForge platform Allura. > > Unfortunately I misinterpreted the SourceForge information regarding the > wxCode Subversion repository. Now I discovered that there are now 2 SVN > repositories, an old one and a new one, and that there are several > discrepancies, because some wxCode developers still access the old > repository. > > Please update the address of the wxCode SVn repository to > > https://svn.code.sf.net/p/wxcode/code/trunk > > if you haven't done so yet and commit the changes previoulsy made in the > old repository in the new repository, too. Thanks. This is really bad. I have made quite a few commits since then. It sounds like the old one should be readonly already [1]. Please don't ask them to make it read-only, at least not for another day or two so I can be sure that everything is synced up. The new on-line SVN browser is terrible too. There doesn't seem to be a way to see the revision commit diffs per file, just per whole revision, unless I missed it? Regards, John [1] http://sourceforge.net/p/forge/community-docs/SVN%20and%20project%20upgrades/ |
From: Ulrich T. <ulr...@gm...> - 2013-03-26 06:00:53
|
Am 26.03.2013 05:24, schrieb John Labenski: > On Mon, Mar 25, 2013 at 4:35 PM, Ulrich Telle <ulr...@gm...> wrote: >> Dear wxCode developers, >> >> mid of December 2012 I followed the SourceForge advise to upgrade the >> wxCode project to the new SourceForge platform Allura. >> >> Unfortunately I misinterpreted the SourceForge information regarding the >> wxCode Subversion repository. Now I discovered that there are now 2 SVN >> repositories, an old one and a new one, and that there are several >> discrepancies, because some wxCode developers still access the old >> repository. >> >> Please update the address of the wxCode SVn repository to >> >> https://svn.code.sf.net/p/wxcode/code/trunk >> >> if you haven't done so yet and commit the changes previoulsy made in the >> old repository in the new repository, too. Thanks. > > This is really bad. I have made quite a few commits since then. It > sounds like the old one should be readonly already [1]. Please don't > ask them to make it read-only, at least not for another day or two so > I can be sure that everything is synced up. I'm really sorry for this to happen. It will stay as it is for the next 2 weeks as I'm out of office for this time and won't be able to do anything. > The new on-line SVN browser is terrible too. There doesn't seem to be > a way to see the revision commit diffs per file, just per whole > revision, unless I missed it? Well, if you browse to a revision and click on an affected file, the diffs are shown. Regards, Ulrich |
From: PGridDev <pgr...@ya...> - 2013-03-27 15:45:56
|
Hi Ulrich No worries. I switched to the new address for wxTreeListCtrl. There is however a problem with the wxCode website: several components (including the above) still point to the old SVN repository. Trying to rename the existing web sub-site and running 'maint_updatesite.sh' yields (although I can see that 'helper_updatecompwebsites.sh' was modified in December): #25: Updating wxTreeListCtrl (from Subversion)... ...ops: /home/project-web/wxcode/htdocs/components/treelistctrl does not exist - checking it out... svn: OPTIONS of 'https://svn.code.sf.net/p/wxcode/code/trunk/wxCode/components/treelistctrl/website': authorization failed: Could not authenticate to server: rejected Basic challenge (https://svn.code.sf.net) I also got asked for credential at the end of the script's execution: #91: Updating wxStringFormatter (from Subversion)... ...the component's website folder already exists - updating it... Authentication realm: <https://svn.code.sf.net:443> SourceForge User Password for 'pgriddev': I then restored the previous sub-site and stopped my experimentations, don't want to screw up the entire site... Cheers -Ronan On 25/03/2013 21:35, Ulrich Telle wrote: > Dear wxCode developers, > > mid of December 2012 I followed the SourceForge advise to upgrade the > wxCode project to the new SourceForge platform Allura. > > Unfortunately I misinterpreted the SourceForge information regarding the > wxCode Subversion repository. Now I discovered that there are now 2 SVN > repositories, an old one and a new one, and that there are several > discrepancies, because some wxCode developers still access the old > repository. > > Please update the address of the wxCode SVn repository to > > https://svn.code.sf.net/p/wxcode/code/trunk > > if you haven't done so yet and commit the changes previoulsy made in the > old repository in the new repository, too. Thanks. > > I'm really sorry for the inconveniences this may cause. > > Regards, > > Ulrich > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_mar > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > |
From: Ulrich T. <ulr...@gm...> - 2013-04-07 12:38:30
|
Am 27.03.2013 16:45, schrieb PGridDev: > No worries. I switched to the new address for wxTreeListCtrl. > > There is however a problem with the wxCode website: several components (including the above) still point to the old SVN repository. Trying to rename the existing web sub-site and running 'maint_updatesite.sh' yields (although I can see that 'helper_updatecompwebsites.sh' was modified in December): I removed all components' websites and checked them out again today. So this issue should be fixed by now. > I also got asked for credential at the end of the script's execution: This should be also fixed as I changed the script to use HTTP access instead of HTTPS. > I then restored the previous sub-site and stopped my experimentations, don't want to screw up the entire site... I hope the wxCode website is now back to normal. Let me know if you still discover issues. Thanks. Regards, Ulrich > On 25/03/2013 21:35, Ulrich Telle wrote: >> Dear wxCode developers, >> >> mid of December 2012 I followed the SourceForge advise to upgrade the >> wxCode project to the new SourceForge platform Allura. >> >> Unfortunately I misinterpreted the SourceForge information regarding the >> wxCode Subversion repository. Now I discovered that there are now 2 SVN >> repositories, an old one and a new one, and that there are several >> discrepancies, because some wxCode developers still access the old >> repository. >> >> Please update the address of the wxCode SVn repository to >> >> https://svn.code.sf.net/p/wxcode/code/trunk >> >> if you haven't done so yet and commit the changes previoulsy made in the >> old repository in the new repository, too. Thanks. >> >> I'm really sorry for the inconveniences this may cause. >> >> Regards, >> >> Ulrich |