How do I get the solution and project names back in sync?2019 Community Moderator ElectionWhat does this mean in VS's Source Control Explorer?How do I add an existing directory tree to a project in Visual Studio?How do you count the lines of code in a Visual Studio solution?.gitignore for Visual Studio Projects and SolutionsTFS 2008 - Renaming proj files and merging it back to the trunk-How do I get my solution in Visual Studio back online in TFS?Does renaming a project in VS require me to change ALL occurrences of it's old name in the .sln file?Build.Vnext TFS2015 is not building solution in “Project Build Order”Best practice for merging solution files with project id conflictsHow to open Visual Studio solutions without loading any projects - By Defaultvisual studio 2015 can not see all projects in solution explorer
Is going from continuous data to categorical always wrong?
What is the dot in “1.2.4."
What is the blue range indicating on this manifold pressure gauge?
What to do when during a meeting client people start to fight (even physically) with each others?
Straight line with arrows and dots
If Invisibility ends because the original caster casts a non-concentration spell, does Invisibility also end on other targets of the original casting?
Making a sword in the stone, in a medieval world without magic
Why does Deadpool say "You're welcome, Canada," after shooting Ryan Reynolds in the end credits?
Make a transparent 448*448 image
Deleting missing values from a dataset
What has been your most complicated TikZ drawing?
Latest web browser compatible with Windows 98
US to Europe trip with Canada layover- is 52 minutes enough?
How to deal with a cynical class?
Confusion with the nameplate of an induction motor
Potentiometer like component
Is "history" a male-biased word ("his+story")?
"However" used in a conditional clause?
Can the druid cantrip Thorn Whip really defeat a water weird this easily?
When two POV characters meet
Is it illegal in Germany to take sick leave if you caused your own illness with food?
How to make readers know that my work has used a hidden constraint?
Co-worker team leader wants to inject the crap software product of his friends into our development. What should I say to our common boss?
Coworker uses her breast-pump everywhere in the office
How do I get the solution and project names back in sync?
2019 Community Moderator ElectionWhat does this mean in VS's Source Control Explorer?How do I add an existing directory tree to a project in Visual Studio?How do you count the lines of code in a Visual Studio solution?.gitignore for Visual Studio Projects and SolutionsTFS 2008 - Renaming proj files and merging it back to the trunk-How do I get my solution in Visual Studio back online in TFS?Does renaming a project in VS require me to change ALL occurrences of it's old name in the .sln file?Build.Vnext TFS2015 is not building solution in “Project Build Order”Best practice for merging solution files with project id conflictsHow to open Visual Studio solutions without loading any projects - By Defaultvisual studio 2015 can not see all projects in solution explorer
I've created a SSRS report and checked it into TFS 2015. Later we had to do work on it, while leaving the original alone, so I branched it, creating a -Dev branch. I am working with a junior developer. She didn't understand that it was both necessary and sufficient to have the different solutions, representing the different branches, in different locations on her hard drive, to differentiate between the main branch and the dev branch. She did that, but then in the dev branch she proceeded to rename the solution and project files. Merging these things back is becoming a larger issue than it should normally be.
Here's what's in the solution file:
Project("F14B399A-7131-4C87-9E4B-1186C45EF12D") = "Legacy LTBI
Data-Dev", "Legacy LTBI DataLegacy LTBI Data-Dev.rptproj" ...
and later in the file there's:
SccProjectUniqueName1 =
Legacyu0020LTBIu0020DataLegacyu0020LTBIu0020Data-Dev.rptproj
I don't want -Dev there at all. Do I edit the .sln file and remove it here? Or is there another way I should change this?
visual-studio tfs tfvc
add a comment |
I've created a SSRS report and checked it into TFS 2015. Later we had to do work on it, while leaving the original alone, so I branched it, creating a -Dev branch. I am working with a junior developer. She didn't understand that it was both necessary and sufficient to have the different solutions, representing the different branches, in different locations on her hard drive, to differentiate between the main branch and the dev branch. She did that, but then in the dev branch she proceeded to rename the solution and project files. Merging these things back is becoming a larger issue than it should normally be.
Here's what's in the solution file:
Project("F14B399A-7131-4C87-9E4B-1186C45EF12D") = "Legacy LTBI
Data-Dev", "Legacy LTBI DataLegacy LTBI Data-Dev.rptproj" ...
and later in the file there's:
SccProjectUniqueName1 =
Legacyu0020LTBIu0020DataLegacyu0020LTBIu0020Data-Dev.rptproj
I don't want -Dev there at all. Do I edit the .sln file and remove it here? Or is there another way I should change this?
visual-studio tfs tfvc
I've been trying to work on this, until I get some better direction here. I tried renaming the .sln file and the .rptproj file. But now, when I try to check in the changes I get this error, "Could not find file 'D:SrcLegacy LTBI DataLegacy LTBI Data-Dev.sln'."
– Rod
Mar 6 at 22:25
add a comment |
I've created a SSRS report and checked it into TFS 2015. Later we had to do work on it, while leaving the original alone, so I branched it, creating a -Dev branch. I am working with a junior developer. She didn't understand that it was both necessary and sufficient to have the different solutions, representing the different branches, in different locations on her hard drive, to differentiate between the main branch and the dev branch. She did that, but then in the dev branch she proceeded to rename the solution and project files. Merging these things back is becoming a larger issue than it should normally be.
Here's what's in the solution file:
Project("F14B399A-7131-4C87-9E4B-1186C45EF12D") = "Legacy LTBI
Data-Dev", "Legacy LTBI DataLegacy LTBI Data-Dev.rptproj" ...
and later in the file there's:
SccProjectUniqueName1 =
Legacyu0020LTBIu0020DataLegacyu0020LTBIu0020Data-Dev.rptproj
I don't want -Dev there at all. Do I edit the .sln file and remove it here? Or is there another way I should change this?
visual-studio tfs tfvc
I've created a SSRS report and checked it into TFS 2015. Later we had to do work on it, while leaving the original alone, so I branched it, creating a -Dev branch. I am working with a junior developer. She didn't understand that it was both necessary and sufficient to have the different solutions, representing the different branches, in different locations on her hard drive, to differentiate between the main branch and the dev branch. She did that, but then in the dev branch she proceeded to rename the solution and project files. Merging these things back is becoming a larger issue than it should normally be.
Here's what's in the solution file:
Project("F14B399A-7131-4C87-9E4B-1186C45EF12D") = "Legacy LTBI
Data-Dev", "Legacy LTBI DataLegacy LTBI Data-Dev.rptproj" ...
and later in the file there's:
SccProjectUniqueName1 =
Legacyu0020LTBIu0020DataLegacyu0020LTBIu0020Data-Dev.rptproj
I don't want -Dev there at all. Do I edit the .sln file and remove it here? Or is there another way I should change this?
visual-studio tfs tfvc
visual-studio tfs tfvc
edited Mar 6 at 17:35
Rod
asked Mar 6 at 17:23
RodRod
1,46153358
1,46153358
I've been trying to work on this, until I get some better direction here. I tried renaming the .sln file and the .rptproj file. But now, when I try to check in the changes I get this error, "Could not find file 'D:SrcLegacy LTBI DataLegacy LTBI Data-Dev.sln'."
– Rod
Mar 6 at 22:25
add a comment |
I've been trying to work on this, until I get some better direction here. I tried renaming the .sln file and the .rptproj file. But now, when I try to check in the changes I get this error, "Could not find file 'D:SrcLegacy LTBI DataLegacy LTBI Data-Dev.sln'."
– Rod
Mar 6 at 22:25
I've been trying to work on this, until I get some better direction here. I tried renaming the .sln file and the .rptproj file. But now, when I try to check in the changes I get this error, "Could not find file 'D:SrcLegacy LTBI DataLegacy LTBI Data-Dev.sln'."
– Rod
Mar 6 at 22:25
I've been trying to work on this, until I get some better direction here. I tried renaming the .sln file and the .rptproj file. But now, when I try to check in the changes I get this error, "Could not find file 'D:SrcLegacy LTBI DataLegacy LTBI Data-Dev.sln'."
– Rod
Mar 6 at 22:25
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55028877%2fhow-do-i-get-the-solution-and-project-names-back-in-sync%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55028877%2fhow-do-i-get-the-solution-and-project-names-back-in-sync%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I've been trying to work on this, until I get some better direction here. I tried renaming the .sln file and the .rptproj file. But now, when I try to check in the changes I get this error, "Could not find file 'D:SrcLegacy LTBI DataLegacy LTBI Data-Dev.sln'."
– Rod
Mar 6 at 22:25