http://bugs.openembedded.org/show_bug.cgi?id=1367

           Summary: Elaborate SVN fetcher
           Product: BitBake
           Version: unspecified
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: BitBake
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


Unlike CVS fetcher, whose functionaility can be taken as the base, SVN fetcher
does not keep checked out sources - it does checkout to a temporary directory,
then produces snapshot tarball, and deletes the temporary directory. That
means, when using floating SRCDATE, or "now", entire repository is being
checked out each day/time. 

Attached patch fixes this, following CVS fetcher behavior: ${SVNDIR} is
defined, within it created dir with package name, and within it SVN "module" is
checked out. It is kept there, and later checked for availability, in which
case instead of checkout, an update is performed.


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Bitbake-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bitbake-dev

Reply via email to