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 6042333
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T06:46:43+00:00 2026-05-23T06:46:43+00:00

I have the following project structure: ~/projects: dir1/ dir2/ dir3/ …. dirn/ dir1/: dir11/

  • 0

I have the following project structure:

~/projects:
dir1/  dir2/ dir3/ .... dirn/

dir1/:
dir11/  dir12/  ... dir1n/ 

I want to export all directories dir2/ to dirn/ from within ~/projects and only dir11/ from within dir1/. How do I do this? I am using cvs.

Thanks,
Sriram.

  • 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-23T06:46:44+00:00Added an answer on May 23, 2026 at 6:46 am

    CVS doesn’t have a method (that I can find or have ever heard of) to exclude certain modules on export (or checkout).

    You’ll have to do it in two steps

    cvs ex -r HEAD dir1/dir11 dir2 dir3 ... dirn
    mv dir1/dir11 . ; rmdir dir1
    

    Not sure if the mv and rmdir commands are what you want to do, but the gist of it is, exporting dir1/dir11 is going to create a dir1/ folder, which I’m assuming you don’t want.

    Otherwise, export dir11/ in a separate command with the -d option, something like:

    cvs ex -r HEAD dir2 dir3 ... dirn
    cvs ex -r HEAD -d dir11 dir1/dir11
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've noticed that a lot of projects have the following structure: Project-A bin lib
I have a zip file which contains the following directory structure: dir1\dir2\dir3a dir1\dir2\dir3b I'm
MSBuild 3.5 I have the following project structure: trunk/MainSolution.sln trunk/Build/MyBuild.Proj trunk/Library/... trunk/etc... So far,
I have created the following project structure for my new asp.net mvc project any
Let's say we have a solution with the following structure: Project.DAL - Data access
Suppose I have the following (desired) folder structure: *CommonProject *Project#1 ----> CommonProject(link) *Project#2 ---->
I have the following directory structure of a project: Folder project in Eclipse: --folder
Say I have the following file structure: app/ app.py controllers/ __init__.py project.py plugin.py If
I have the following table structure, which is imported into an Entity Framework project:
OK, I have the following directory structure (it's a django project): -> project -->

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.