Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4271654
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T07:28:18+00:00 2026-05-21T07:28:18+00:00

We’re using a tool that is vital to create our projects which puts files

  • 0

We’re using a tool that is vital to create our projects which puts files all over it’s filestructure. For instance

The code might be stored like so

  • root/code/project1
  • root/code/project2
  • root/code/project3

Some associated setup files might be in another directory

  • root/setupfile/project1
  • root/setupfile/project2
  • root/setupfile/project3

It does this for a number of directories and it’s a bit more nested than the simplified example above. These projects must have their files in these locations or else they can’t be used.

We use a piece of software to run our projects on an external piece of kit and it requires this rather odd setup. The software can only be run from Windows.

What kind of source control system can handle this kind of layout? (My main experience is SVN so that’s my reference point)
Ideally we’d only want to checkout the projects that we’re currently working on. It would be nice to view all files from a particular project tomorrow.

I could use SVN and put the root in SVN but then it’s a little tiresome to pick out and checkout all these files associated with one project. I can’t put the project into separate SVN repos because they can’t be checked out into the same directory.

Any suggestions would be gratefully received!

Edit:

I think Symlinks are probably the way to go – thanks for the help!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T07:28:18+00:00Added an answer on May 21, 2026 at 7:28 am

    How about using symbolic links? For example, suppose I checkout the projects from svn into:

    • /working-copies/project1
    • /working-copies/project2
    • /working-copies/project3

    Then create symbolic links (I’m using *nix syntax here):

    • ln -s /working-copies/project1/src root/code/project1
    • ln -s /working-copies/project2/src root/code/project2
    • ln -s /working-copies/project3/src root/code/project3
    • ln -s /working-copies/project1/config root/setupfile/project1
    • ln -s /working-copies/project2/config root/setupfile/project2
    • ln -s /working-copies/project3/config root/setupfile/project3

    Does this get you what you need for this tool?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.