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

  • Home
  • SEARCH
  • 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 36469
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T14:23:53+00:00 2026-05-10T14:23:53+00:00

I have somewhat interesting development situation. The client and deployment server are inside a

  • 0

I have somewhat interesting development situation. The client and deployment server are inside a firewall without access to the Subversion server. But the developers are outside the firewall and are able to use the Subversion server. Right now the solution I have worked out is to update my local copy of the code and then pull out the most recently updated files using UnleashIT.

The question is how to get just the updated files out of Subversion so that they can be physically transported through the firewall and put on the deployment server.

I’m not worried about trying to change the firewall setup or trying to figure out an easier way to get to the Subversion server from inside the firewall. I’m just interested in a way to get a partial export from the repository of the most recently changed files.

Are there any other suggestions?

Answer found: In addition to the answer I marked as Answer, I’ve also found the following here to be able to do this from TortoiseSVN:

from http://svn.haxx.se/tsvn/archive-2006-08/0051.shtml

* select the two revisions * right-click, 'compare revisions' * select all files in the list * right-click, choose 'export to...'  
  • 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. 2026-05-10T14:23:53+00:00Added an answer on May 10, 2026 at 2:23 pm

    I’ve found rsync extremely useful for synchronizing directory trees across multiple systems. If you have shell access to your server from a development workstation, you can regularly check out code locally and run rsync, which will transfer only the files that have changed to the server.

    (This assumes a Unix-like environment on your development workstations. Cygwin will work fine.)

    cd deploy svn update rsync -a . server:webdir/ 

    Your question sounds like you don’t actually have any direct network access from your development workstations to your server, and what you’re really looking for is a way to get Subversion to tell you which files have changed. svn export supports an argument to let you check out only the files that changed between particular revisions. From the svn help:

      -r [--revision] arg      : ARG (some commands also take ARG1:ARG2 range)                              A revision argument can be one of:                                 NUMBER       revision number                                 '{' DATE '}' revision at start of the date                                 'HEAD'       latest in repository                                 'BASE'       base rev of item's working copy                                 'COMMITTED'  last commit at or before BASE                                 'PREV'       revision just before COMMITTED 

    You’ll need to keep track of what the latest revision you copied to the server. Assuming it’s SVN revision xxxx:

    svn export -r xxxx:HEAD http://svn/ 

    Then simply copy the contents of the deploy directory to your server on top of the existing files.

    This won’t handle deleted files, which may prove problematic in some environments.

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

Sidebar

Ask A Question

Stats

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

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

    • 7 Answers
  • Editorial Team

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

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Found the solution. It's not exactly in the class implementation… May 11, 2026 at 9:08 pm
  • Editorial Team
    Editorial Team added an answer This id <Counter> counter = [[Model availableCounters] objectAtIndex:0]; return (… May 11, 2026 at 9:08 pm
  • Editorial Team
    Editorial Team added an answer Timezone information? (i.e. the timezone that the server is situated… May 11, 2026 at 9:08 pm

Related Questions

I have a web form that I am attempting to implement dynamic drop down
Yeah, I know this seems like a dumb question, its just a one-off hack
I'm currently primarily a D programmer and am looking to add another language to
I'm looking for a linux utility that can alter the payloads of network packets

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.