2010/2/1 LucaDC <dicappello@...2144...>:
- I think I didn't generate any SSH key and I don't have any pre-procedure
or softwares other then bzr installed to download new sources: I just did: - downloaded and installed bzr; - 'bzr branch lp:inkscape'; at first (only once at the very beginning; it took a while...), then - 'bzr pull' (actually I often use Tortoise Bazaar but sometimes the command line too); whenever I want to update sources and then recompile; am I missing something? I hope I'm not doing something wrong... Perhaps Tortoise Bazaar did some configurations for me automatically.
This is OK, but read-only. Until you do "bzr launchpad-login", you won't be able to push to any remote branch.
- I read on the update log that some changes have been done to build.xml
for "the new devlibs repository": I'm still using the old SVN repository so what do I have to change?
Delete c:\devlibs, open the command prompt, go to c:\ and say "bzr checkout lp:inkscape-devlibs devlibs". Or right click on some folder in Explorer, pick "Bazaar Checkout/Branch...", put lp:inkscape-devlibs as branch source and C:\devlibs as the checkout path.
I updated the Windows build instructions on the wiki a bit to include configuring Bazaar and using the Launchpad devlibs repository.
Regards, Krzysztof