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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T20:07:54+00:00 2026-05-10T20:07:54+00:00

Currently I have subversion set up so that when I make changes in Eclipse

  • 0

Currently I have subversion set up so that when I make changes in Eclipse PDT, I can commit the changes and they will be saved in /home/administrator/Project File. This file has the /branches /tags and /trunk directories recommended by subversion. I have no problem properly uploading files to the repository, but do I have to ‘mv’ the files in Linux to /var/www in order to make them live on the server? Is there an automatic process to do this that I am missing? I’m assuming we don’t want to make the /var/www directory (which is live on the machine) the repository, but I don’t know.

  • 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-10T20:07:55+00:00Added an answer on May 10, 2026 at 8:07 pm

    You can do an svn export into your www directory. That will give you a ‘clean’ version of your repo, without the .svn directories.

    cd /var/www svn export /home/administrator/MyProject/trunk MyProject 

    Edit: adding in some good ideas from the comments…

    Some options for when you want to update your exported copy:

    • run svn export --force /home/...../ MyProject this will stop it complaining about overwriting the existing files. This method will mean that if you delete a file from your repository, it’ll still remain in your www folder.
    • change your SVN command to export into a new directory each time:
      svn export /home/..../ MyProject_20081105
      and then create a symlink to that folder:
      ln -s MyProject_20081105 MyProject
      Just delete and recreate the symlink each time you ‘release’. In this case, the export directory doesn’t need to be in the www folder at all.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 70k
  • Answers 70k
  • 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
  • added an answer Quite a difficult task to do, as there might be… May 11, 2026 at 12:58 pm
  • added an answer Ninject 2.0 has this capability, but Ninject 1.x does not.… May 11, 2026 at 12:58 pm
  • added an answer The easiest way would be to create an ILogger<T> interface:… May 11, 2026 at 12:58 pm

Related Questions

I have the following problem using subversion: I'm currently working on the trunk of
I have a server that hosts my Subversion code base. That server is currently
I have a bash script that creates a Subversion patch file for the current
Currently we have a project with a standard subversion repository layout of: ./trunk ./branches
I currently use Notepad++ for most of my development. I have been checking out
I have three web application projects that share a common library of custom server
This might be a stupid question, but if I'm a lone developer and only
I run my blog using Wordpress and all too recently became a big believer

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.