Branching

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
thecramgroup
Posts: 11
Joined: Wed Oct 20, 2004 1:24 pm

Branching

Post by thecramgroup » Mon Oct 25, 2004 11:04 am

Hi all,

I have a Solution with 28 projects. I'd like to branch out to another version (2.0). I've branched it using the client software. However, when I open it in Visual Studio with File->Source Control->Open From Source Control, the files I'm editing are still in the original Vault project.
E.g. if I check a file out, I see that the Repository Path points to the original project, not the new one.

BTW, this project was originally imported from VSS.

-Oleg.

dan
Posts: 2448
Joined: Wed Dec 17, 2003 5:03 pm
Location: SourceGear
Contact:

Post by dan » Mon Oct 25, 2004 11:30 am

We have a knowledge base article on this at http://support.sourcegear.com/viewtopic.php?t=1917

thecramgroup
Posts: 11
Joined: Wed Oct 20, 2004 1:24 pm

Branching and ASP.NET projects

Post by thecramgroup » Mon Oct 25, 2004 3:21 pm

Problem with brand new soultions too.

1. In VS.NET 2003, Created a blank solution called MyApp_V1.0
2. Added a C# Windows Application project to the solution
3. Added an ASP.NET project to the solution
4. File -> Source Control -> Add solution to source control. Created a MyApp_V1.0 project in Vault.
5. Launched Vault client, highlighted MyApp_V1.0 and branched it into MyApp_V2.0
6. Opened another VS.NET, File->Source COntrol->Open from Source Control.
7. Located MyApp_V2.0 and specified a separate local folder for it.
8. When I check out a file under the Windows App, the file gets checked out from MyApp_V2.0 (good)
9. When I check out a file under the ASP.NET app, the file gets checked out from MyApp_V1.0 (bad)

Any help is gladly appreciated.

thecramgroup
Posts: 11
Joined: Wed Oct 20, 2004 1:24 pm

Waiting for response

Post by thecramgroup » Wed Oct 27, 2004 6:29 am

I haven't heard back on this issue in over 24 hours.

-Oleg.

ericsink
Posts: 346
Joined: Mon Dec 15, 2003 1:52 pm
Location: SourceGear
Contact:

Post by ericsink » Wed Oct 27, 2004 7:19 am

Could you confirm that you did see Dan's post above, recommending this knowledge base article?

http://support.sourcegear.com/viewtopic.php?t=1917
Eric Sink
Software Craftsman
SourceGear

dan
Posts: 2448
Joined: Wed Dec 17, 2003 5:03 pm
Location: SourceGear
Contact:

Post by dan » Wed Oct 27, 2004 7:22 am

Oops - sorry, this slipped through the cracks.

We have another KB article that applies to web applications. See http://support.sourcegear.com/viewtopic.php?t=194 and if that doesn't help post back here again (for a hopefully quicker reply :) )

thecramgroup
Posts: 11
Joined: Wed Oct 20, 2004 1:24 pm

Worked

Post by thecramgroup » Wed Oct 27, 2004 11:03 am

That was it. Thank you very much.

-Oleg. 8)

Locked