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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T10:33:29+00:00 2026-05-13T10:33:29+00:00

My master branch layout is like this: / <– top level /client <– desktop

  • 0

My master branch layout is like this:

/ <– top level

/client <– desktop client source files

/server <– Rails app

What I’d like to do is only pull down the /server directory in my deploy.rb, but I can’t seem to find any way to do that. The /client directory is huge, so setting up a hook to copy /server to / won’t work very well, it needs to only pull down the Rails app.

  • 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-13T10:33:30+00:00Added an answer on May 13, 2026 at 10:33 am

    Without any dirty forking action but even dirtier !

    In my config/deploy.rb :

    set :deploy_subdir, "project/subdir"
    

    Then I added this new strategy to my Capfile :

    require 'capistrano/recipes/deploy/strategy/remote_cache'
    
    class RemoteCacheSubdir < Capistrano::Deploy::Strategy::RemoteCache
    
      private
    
      def repository_cache_subdir
        if configuration[:deploy_subdir] then
          File.join(repository_cache, configuration[:deploy_subdir])
        else
          repository_cache
        end
      end
    
      def copy_repository_cache
        logger.trace "copying the cached version to #{configuration[:release_path]}"
        if copy_exclude.empty? 
          run "cp -RPp #{repository_cache_subdir} #{configuration[:release_path]} && #{mark}"
        else
          exclusions = copy_exclude.map { |e| "--exclude=\"#{e}\"" }.join(' ')
          run "rsync -lrpt #{exclusions} #{repository_cache_subdir}/* #{configuration[:release_path]} && #{mark}"
        end
      end
    
    end
    
    
    set :strategy, RemoteCacheSubdir.new(self)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 303k
  • Answers 303k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer As Kirill pointed out: Your premise is wrong. Class B… May 13, 2026 at 8:36 pm
  • Editorial Team
    Editorial Team added an answer Have you tried things like? string gsearchresultclass= (string)o["responseData"]["results"][0]["GsearchResultClass"]; string title=… May 13, 2026 at 8:36 pm
  • Editorial Team
    Editorial Team added an answer The problem is in how you're doing the string comparison… May 13, 2026 at 8:36 pm

Related Questions

At regular intervals, I receive a new release of a vendor's software, delivered as
I'm developing a Mahjong-solitaire solver and so far, I'm doing pretty good. However, it
One of the problem I faced when using branches in GIT was that it
I develop a variety of applications and have 3-4 miscellaneous libraries that I reuse
I have a master branch in my project, that I use to pull changes

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.