Re: I think I'm in big trouble! (committed changes error)
From: Ryan Schmidt <subversion-2010a_at_ryandesign.com>
Date: Wed, 20 Jan 2010 00:59:05 -0600
On Jan 19, 2010, at 19:03, Rolf Marsh wrote:
> On 1/19/2010 5:01 PM, Ryan Schmidt wrote:
> OK... that's what I thought... now how do I fix it, so the main (and supposedly only repository) reflects the latest changes?
I'm still unclear what you did, or what the problem is. A working copy is only linked to a single repository. You can have as many working copies of that repository as you like, stored in as many different places as you like. "svn commit" in any of them commits the changes in that working copy to the repository. "svn update" in any of the working copies retrieves the latest changes from the repository. Further information on how to use Subversion is in the book:
I am assuming you have two working copies, one on your desktop hard drive, and one on your flash drive, and that your repository is located in neither of those places but on some server somewhere. But it's hard to tell from your description.
On Jan 19, 2010, at 19:08, Rolf Marsh wrote:
>> "svn info" on the working copy path will tell you the address of the repository.
The screenshot looked like a Windows directory listing of your working copy, which isn't relevant. You need to use a Subversion client to ask the working copy for information. For example, in a terminal window, change to directory of your working copy and type "svn info" to see the repository URL with which the working copy is associated. That is where your changes got committed to.
P.S: Remember to Reply All so your replies go to the list too, not just to me.
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.