Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C clean-build
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 15
    • Issues 15
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • clean-and-itasksclean-and-itasks
  • clean-build
  • Issues
  • #26
Closed
Open
Issue created Aug 29, 2018 by Camil Staps@cstapsContributor

Save time and bandwidth on SVN checkouts

Especially on bundles using clean-libraries it takes quite some time to download the repository, while with SVN it is not needed to download everything. There are two ways to speed this up:

  1. For instance, checkout https://svn.cs.ru.nl/repos/clean-libraries/trunk/Libraries/TCPIP instead of https://svn.cs.ru.nl/repos/clean-libraries/trunk
  2. Use svn export instead of checkout to discard versioning information

When building bundle-complete for a particular date, clean-libraries is downloaded many times, and with these changes we can win quite some time there.

Assignee
Assign to
Time tracking