Requirements on the local configuration and directory layout:

a) there are only few strong requirements. You can use any type of
directory structure, it must just provide following paths:

 - a directory for upstream branch. It will contain upstream versions,
   tagged in directories names as versions 
   (recommendation: "branches/foo/upstream")
 - a directory for the most recent upstream branch in the same
   repository (recommendation: "branches/foo/upstream/current")
 - a working directory where you normally work 
   (recommendation: "trunk/foo")
 - a directory for the Debian tags (copies of released versions,
   recommendation: "branches/foo/tags")
 - (optional:) directory where you store the .orig tarballs

b) how svn-devscripts locate the data:

 - started from the trunk directory, they will look in the file
   .svn/deb-layout for configuration (see config.example). There you must
   specify the directory with .orig tarballs and either the local directories
   for the upstream data and Debian tags directory, OR the Subversion URLs for
   them.
 - if no config file is found, the scripts will first look for the SVN urls of
   the local directories ../{branches/upstream{/current},tags[,tarballs]}, then
   in ../../{branches/upstream{/current},tags[,tarballs]}/foo/.
 - if the lookup in the local directories failed, the scripts will try the
   same in the repository tree.
