Hi all,
Just one word about last movement of digiKam source code on svn. The folders hierarchy have been redistributed especially about QT4/KDE4/CMake port. Now, current digiKam (0.9.2-beta2) is here : http://websvn.kde.org/branches/extragear/kde3/graphics/ and have been removed from : http://websvn.kde.org/trunk/extragear/graphics where only KDE4/QT4/CMake code already ported is available. Of course digiKam will be back in trunk when it will be ported to KDE (it's planed during this summer) Note : The same consideration can be apply to kipi-plugins, libkipi, libkexiv2, libkdcraw : http://websvn.kde.org/branches/extragear/kde3/libs/ So development continue in this branch... Fabien, can you update the script/info in digiKam web project page ? Thanks in advance Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Hi Gilles,
On Sat, 2 Jun 2007, Gilles Caulier wrote: [...] > Now, current digiKam (0.9.2-beta2) is here : > > http://websvn.kde.org/branches/extragear/kde3/graphics/ How does this translate into the svn co command? I tried: svn co -N http://websvn.kde.org/branches/extragear/kde3/graphics/ svn: PROPFIND request failed on '/branches/extragear/kde3/graphics' svn: PROPFIND of '/branches/extragear/kde3/graphics': 301 Moved (http://websvn.kde.org) and svn co -N svn://anonsvn.kde.org/branches/extragear/kde3/graphics/ svn: No repository found in 'svn://anonsvn.kde.org/branches/extragear/kde3/graphics' What am I doing wrong here? TIA, Arnd _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
no, no, no, the web links given are just to give a visual stuff. The way to checkout still the same. For example, with my account, i do:
svn co https://cgilles@.../home/kde/branches/extragear/kde3/graphics/ ./branch/kde3/graphics svn co https://cgilles@.../home/kde/branches/extragear/kde3/libs/ ./branch/kde3/libs Of course, you need to use anonymous access for non-developpers. Gilles 2007/6/2, Arnd Baecker <[hidden email]>: Hi Gilles, _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
On Sat, 2 Jun 2007, Gilles Caulier wrote:
> no, no, no, the web links given are just to give a visual stuff. The way to > checkout still the same. For example, with my account, i do: > > svn co > https://cgilles@.../home/kde/branches/extragear/kde3/graphics/./branch/kde3/graphics > svn co https://cgilles@.../home/kde/branches/extragear/kde3/libs/./branch/kde3/libs Thanks for the clarification! (I was mising the /home/kde bit in the checkout command) > Of course, you need to use anonymous access for non-developpers. OK, this one worked for me: svn co -N svn://anonsvn.kde.org/home/kde/branches/extragear/kde3/graphics/ Thanks, Arnd _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Gilles Caulier-4
Am Saturday 02 June 2007 schrieb Gilles Caulier:
> no, no, no, the web links given are just to give a visual stuff. The way to > checkout still the same. For example, with my account, i do: > > svn co > https://cgilles@.../home/kde/branches/extragear/kde3/graphics/./bra >nch/kde3/graphics svn co > https://cgilles@.../home/kde/branches/extragear/kde3/libs/./branch/ >kde3/libs Well, I believe the svn way is a switch: svn sw svn+ssh://{user}@svn.kde.org/home/kde/branches/extragear/kde3/graphics It's that easy :-) > Of course, you need to use anonymous access for non-developpers. > > Gilles > > 2007/6/2, Arnd Baecker <[hidden email]>: > > Hi Gilles, > > > > On Sat, 2 Jun 2007, Gilles Caulier wrote: > > [...] > > > > > Now, current digiKam (0.9.2-beta2) is here : > > > > > > http://websvn.kde.org/branches/extragear/kde3/graphics/ > > > > How does this translate into the svn co command? > > > > I tried: > > > > svn co -N http://websvn.kde.org/branches/extragear/kde3/graphics/ > > svn: PROPFIND request failed on '/branches/extragear/kde3/graphics' > > svn: PROPFIND of '/branches/extragear/kde3/graphics': 301 Moved > > (http://websvn.kde.org) > > > > and > > > > svn co -N > > svn://anonsvn.kde.org/branches/extragear/kde3/graphics/ > > svn: No repository found in > > 'svn://anonsvn.kde.org/branches/extragear/kde3/graphics' > > > > What am I doing wrong here? > > > > TIA, Arnd > > _______________________________________________ > > Digikam-devel mailing list > > [hidden email] > > https://mail.kde.org/mailman/listinfo/digikam-devel -- Hakuna matata http://www.gerhard.fr _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel signature.asc (196 bytes) Download Attachment |
In reply to this post by Gilles Caulier-4
> svn co
> https://cgilles@.../home/kde/branches/extragear/kde3/graphics/./bra >nch/kde3/graphics svn co > https://cgilles@.../home/kde/branches/extragear/kde3/libs/./branch/ >kde3/libs > > Of course, you need to use anonymous access for non-developpers. And the most elegant way to move the location without a complete recheckout is "svn switch" _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Gerhard Kulzer
Alle sabato 2 giugno 2007, Gerhard Kulzer ha scritto:
> Am Saturday 02 June 2007 schrieb Gilles Caulier: > > no, no, no, the web links given are just to give a visual stuff. The way to > > checkout still the same. For example, with my account, i do: > > > > svn co > > https://cgilles@.../home/kde/branches/extragear/kde3/graphics/./bra > >nch/kde3/graphics svn co > > https://cgilles@.../home/kde/branches/extragear/kde3/libs/./branch/ > >kde3/libs > > Well, I believe the svn way is a switch: > svn sw svn+ssh://{user}@svn.kde.org/home/kde/branches/extragear/kde3/graphics > > It's that easy :-) _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel attachment0 (196 bytes) Download Attachment |
In reply to this post by Gilles Caulier-4
Alle sabato 2 giugno 2007, Gilles Caulier ha scritto:
> Hi all, > > Just one word about last movement of digiKam source code on svn. The folders > hierarchy have been redistributed especially about QT4/KDE4/CMake port. > > Now, current digiKam (0.9.2-beta2) is here : > > http://websvn.kde.org/branches/extragear/kde3/graphics/ > > and have been removed from : > > http://websvn.kde.org/trunk/extragear/graphics > > where only KDE4/QT4/CMake code already ported is available. localizations remain in the same way tey are by now e.g. trunk/l10n and trunk/l10n-kde4 so both the scripts -trunk and branch- should be changed for that. Cheers, Angelo _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel attachment0 (196 bytes) Download Attachment |
Free forum by Nabble | Edit this page |