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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T01:55:07+00:00 2026-06-04T01:55:07+00:00

I’ve just learned working with subversion and a few commands such as checkout and

  • 0

I’ve just learned working with subversion and a few commands such as checkout and add and list etc.
so far what I learned was that checking out a repository means creating a working copy on local so we can modify the files and then commit the changes to the real repository.
OK, so far so good, and we use the checkout command for this purpose, passing it the url to the repository.
So, My question might look rather stupid, but… where is this working copy??
After I check out the repository, where is the working copy created, and how can I access and modify the containing files?
I’m very confused about this. Any help is highly appreciated!

  • 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-06-04T01:55:08+00:00Added an answer on June 4, 2026 at 1:55 am

    The command for a checkout looks like:

    svn checkout REPOSITORY_PATH/project/directory [optional local target directory]
    

    If you perform a svn checkout without specifying the target local directory as the second parameter, your checked out working copy will end up in a directory named the same as the item you checked out in whatever working directory you were in when you checked it out.

    So for example, if you checked out the proj1 project from your/repository/projects/proj1 with a command like:

    svn checkout http://your/repository/projects/proj1 
    

    Your working copy would end up in proj1 inside the directory you were in when you ran the command. So if you did this from your home directory /home/you, it would be: /home/you/proj1

    cd /home/you/proj1
    svn info
    

    Under most circumstances, you should specify the local target directory to checkout the working copy:

    # Place the working copy in /home/you/code/proj1
    svn checkout http://your/repository/projects/proj1 /home/you/code/proj1
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I'm working with an upstream system that sometimes sends me text destined for HTML/XML
I have just tried to save a simple *.rtf file with some websites and
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I've got a string that has curly quotes in it. I'd like to replace
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I have a French site that I want to parse, but am running into
I am doing a simple coin flipping experiment for class that involves flipping a
I need a function that will clean a strings' special characters. I do NOT

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.