Le Fri, Nov 02, 2007 at 08:27:42PM +0100, David Paleino a écrit : > Hi all, > I'm recently having some difficulties with our current SVN layout. In fact, I > like more SVN layout 2 (the one used by pkg-perl team, for example), than > ours. > > Here's the situation. > > Current layout: > > - trunk/ > -- packages/ > --- <package>/ > ---- branches/ > ---- tags/ > ---- trunk/ > ----- debian/ [ with _NO_ source files ] > ---- (tarballs/)*
Hi David, Steffen has documented on the wiki how to use the watch file to get the upstream tarball in the <package>/ directory: From within the trunk folder execute:echo "origDir=.." >> .svn/deb-layout. To retrieve the latest version of the package, if the debian/watch file is correctly set, then execute "uscan" as usual. http://wiki.debian.org/DebianMed What I do usually is to unpack the upstream sources and to « cp -a » the debian directory in. I prepare the patches in this context, and commit when I am satisfied with them. Have a nice day, -- Charles -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

