[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Working from 2 locations

From: Stefan Pendl <stefan.pendl.71_at_gmail.com>
Date: Sat, 4 Dec 2010 08:57:38 +0100

>
> I'm sorry, as I'm sure I have very stupid questions. I work
> from 2 locations, and have TortoiseSVN on both computers. At
> the first location I made my initial commit to the Wordpress
> SVN. I haven't set up the second location, and confused about
> what to do. I want to download the entire repository to the
> second computer, make changes, and then upload them back to
> the repository. Then, what will I do on the first computer? I
> just want to keep both locations current, and make changes
> whenever needed.
>

"SVN Checkout" is used to get the initial working copy of your repository from the server.
"SVN Commit" is used to apply local changes on the server.
"SVN Update" is used to apply changes from the server locally.

Whenever you like to have changes available on both computers, you need to commit them from the computer you have created them and
will have to update the local working copy on the other computer.

Commit = upload
Update = download

---
Stefan
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2687735
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-12-04 08:57:55 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.