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

Problem with branch and checkout

From: Gerald Britton <gerald.britton_at_gmail.com>
Date: Mon, 17 Oct 2011 12:18:56 -0700 (PDT)

I must be doing something wrong here! Here's what I did>

1. Create a new file-based repository
file://somewhere/Repos

2. Create a project in it:

file://somewhere/Repos/Project

3. Checkout the project to my drive:

C:\My Documents\Project

4. Add a directory and some files so I have:

C:\My Documents\Project\Dir\file1....etc.

5. Commit this -- no problems

6. Using Tortoise, do branch/tag to create:

file://somewhere/Repos/Project/newdir

in the repository

7. checkout the new branch to give me:

C:\My Documents\Project\newdir\file1....etc.

so, now I have two directories in the Project subdirectory.

8. do some edits in the new directory then commit -- OK

9. Looking at the Project directory in the folder browser I see a red !. however within that directory nothing is outstanding.

10. try to do an update on the Project directory, get the messages:

Error: Failed to add directory 'C:\Documents and Settings\My Documents\Project\newdir': a versioned directory of the same name already exists

I'm obviously doing something weird. What I want to do is branch "dir" created in step 4. to "newdir" then do my new work there. The error message mystifies me. What is the correct way to do what I'm trying to do?

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2857857

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-10-17 21:19:02 CEST

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.