I tried creating the branch from HEAD and it worked perfectly.
Here's the results of Check for Modifications and svn status
C:\WC\CustomScreens>svn status
X NHibernate
? CustomScreens.suo
X NHibernateSupport
X Monitor.Udr.Shared.BLL
? CustomScreensBLL\CustomScreensBLL.csproj.user
? CustomScreensBLL\bin
? CustomScreensBLL\obj
M CustomScreensBLL\BillingMilestoneSummary.cs
M CustomScreensBLL\DomainModel\Milestone.cs
M CustomScreensBLL\CaseDataContext.cs
? CustomScreensUI\CustomScreensUI.csproj.user
? CustomScreensUI\bin
? CustomScreensUI\App_Data
? CustomScreensUI\CustomScreensUI.Publish.xml
? CustomScreensUI\obj
M CustomScreensUI\Milestones.aspx
M CustomScreensUI\Milestones.aspx.designer.cs
M CustomScreensUI\Milestones.aspx.cs
M CustomScreensUI\EditBillingMilestones.aspx
M CustomScreensUI\EditBillingMilestones.aspx.cs
Performing status on external item at 'NHibernate'
? NHibernate\src\obj
? NHibernate\src\bin
Performing status on external item at 'NHibernateSupport'
? NHibernateSupport\Monitor.NHibernateSupport\bin
? NHibernateSupport\Monitor.NHibernateSupport\obj
Performing status on external item at 'Monitor.Udr.Shared.BLL'
? Monitor.Udr.Shared.BLL\bin
? Monitor.Udr.Shared.BLL\obj
C:\WC\CustomScreens>
Mike
From:
"Simon Large" <simon.tortoisesvn_at_googlemail.com>
To:
users_at_tortoisesvn.tigris.org
Date:
08/27/2008 03:59 PM
Subject:
Re: Problem creating a branch
2008/8/27 <Michael_Abraham_at_monitor.com>:
>
> I'm trying to create a branch from a modified working copy. The first
> screen shot is the Copy dialog I used. The second screen shot is the
> result. BillingMilestoneSummary.cs and CaseDataContext.cs are both
existing
> versioned files that have been modified in the working copy. The
branches
> folder in the repo is empty.
>
> I'm new to Subversion/Tortoise, so I'm not even sure that what I am
doing
> even makes sense. I made some changes in my working copy and then
decided
> to create a separate branch for the changes because I don't want to
commit
> them to the trunk yet.
>
> I'm running on XP SP3. The repo is on Windows 2003 Server - it's a
vanilla
> installation of VisualSVN Server 1.5.2.
I can't reproduce this. What does the 'Check for Modifications' dialog
tell you about the working copy before you try to create the branch?
Personally I avoid branching from WC. You can simply branch from the
last commit revision of your WC (probably HEAD) and switch to that
branch. Switch keeps your local modifications, and you can commit
those separately.
Simon
--
: ___
: oo // \\ "De Chelonian Mobile"
: (_,\/ \_/ \ TortoiseSVN
: \ \_/_\_/> The coolest Interface to (Sub)Version Control
: /_/ \_\ http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
-----------------------------------
This message contains information that may be confidential and
proprietary. Unless you are the intended recipient (or authorized to
receive this message for the intended recipient), you may not use, copy,
disseminate or disclose to anyone the message or any information contained
in the message. If you have received the message in error, please advise
the sender by reply e-mail, and delete the message immediately. Thank you
very much.
Received on 2008-08-27 22:13:58 CEST