On Thu, Jan 8, 2015 at 6:33 PM, George Yefchak <george_yefchak_at_agilent.com>
wrote:
>
> Hi folks,
>
> I apologize of this is a dumb question, but... I often have trouble
getting SVN to do what I want.
>
> First, understand that I'm a single developer using SVN mostly as a
backup system or safety net rather than for collaboration with other
programmers.
>
> Here's the issue: I have a project built with Visual Studio 2010 which
resides in my local VS2013\Projects folder. The code is also in Subversion,
with a repository located elsewhere on the network.
>
> I would like to migrate my project to Visual Studio 2013. Ideally I would
like my project files moved to the VS2013\Projects folder.
>
> It seems the "right" way to do this is to check everything in, then check
out the files to my new folder. Is this right?
>
> Or should I abandon the VS20xx\Projects folder and keep my projects
somewhere else, independent of the Visual Studio version?
>
If VS20xx is a folder only on your local machine, then yes, I think
committing everything and checking out in the new location is the right way
to go.
If VS20xx is a directory in your repository, then you will need to svn move
your project to the new location, and then check it out.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3093939
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-01-09 19:48:35 CET