Confusing logging during "Get latest version"

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

Moderator: SourceGear

axinom
Posts: 24
Joined: Fri Apr 08, 2005 6:36 am

Post by axinom » Mon Jul 11, 2005 8:38 am

dan wrote:I'm not seeing where a single file is bound differently than the rest of the project it is in. Can you point to where that is?
Here is again the complete log from the Output pane from VisualStudio. Please look at the two red lines and two blue lines and two green lines.

---- Operation started at time 11:47:34 ----
[08.07.2005 11:47:36] Fetched $/AxCMS/SolutionAssemblyInfo.cs
[08.07.2005 11:47:41] Fetched $/Branches/AxCMS/ver50/AxCMSweb/admin/scripts/MenuContainer.js
[08.07.2005 11:47:39] Fetched $/AxCMS/AxCMSweb/AxCMSweb.csproj
[08.07.2005 11:47:40] Fetched $/AxCMS/AxCMSweb/admin/scripts/MenuContainer.js
[08.07.2005 11:47:40] Fetched $/AxCMS/AxCMSweb/admin/TopMenu/AxTopMenuAction.ascx
[08.07.2005 11:47:40] Fetched $/AxCMS/AxCMSweb/admin/TopMenu/AxTopMenuSearch.ascx
[08.07.2005 11:47:40] Fetched $/AxCMS/AxCMSweb/test/Test.aspx
[08.07.2005 11:47:40] Fetched $/AxCMS/AxCMSweb/test/Test.aspx.cs
[08.07.2005 11:47:42] Fetched $/Branches/AxCMS/ver50/AxCMSweb/admin/TopMenu/AxTopMenuSearch.ascx
[08.07.2005 11:47:43] Fetched $/Branches/AxCMS/ver50/AxCMSweb/test/Test.aspx
[08.07.2005 11:47:44] Fetched $/AxCMS/Components/Components/Axinom.Framework.xml
[08.07.2005 11:47:44] Fetched $/AxCMS/Components/Components/Axinom.Framework.dll
[08.07.2005 11:47:44] Fetched $/AxCMS/Components/doc/Release.txt
[08.07.2005 11:47:45] Fetched $/Branches/AxCMS/ver50/Components/Components/Axinom.Framework.xml
[08.07.2005 11:47:46] Fetched $/AxCMS/DB/DB.dbp
[08.07.2005 11:47:46] Fetched $/AxCMS/DB/Create Scripts/CMS/CMS.Init.sql
[08.07.2005 11:47:46] Fetched $/AxCMS/DB/Create Scripts/CMS/AxLanguage/EN.sql
[08.07.2005 11:47:47] Fetched $/AxCMS/DB/Create Scripts/Live/Live.Init.sql
---- Operation started at time 11:47:54 ----
[08.07.2005 11:47:54] Fetched $/AxCMS/DB/Change Scripts/ver5.1.4/Live.Tables.sql
[08.07.2005 11:47:54] Fetched $/AxCMS/DB/Change Scripts/ver5.1.4/CMS.Tables.sql
---- Operation started at time 11:47:57 ----
[08.07.2005 11:47:59] Fetched $/AxCMS/AxCMSweb/test/ViewStateTest.aspx
[08.07.2005 11:48:00] Fetched $/AxCMS/AxCMSweb/test/ViewStateTest.aspx.cs
[08.07.2005 11:48:00] Fetched $/AxCMS/AxCMSweb/test/ViewStateTest.aspx.resx
[08.07.2005 11:48:00] Fetched $/AxCMS/AxCMSweb/test/ViewStateTestControl1.ascx
[08.07.2005 11:48:00] Fetched $/AxCMS/AxCMSweb/test/ViewStateTestControl1.ascx.cs
[08.07.2005 11:48:00] Fetched $/AxCMS/AxCMSweb/test/ViewStateTestControl1.ascx.resx
[08.07.2005 11:48:00] Fetched $/AxCMS/AxCMSweb/test/ViewStateTestControl2.ascx
[08.07.2005 11:48:00] Fetched $/AxCMS/AxCMSweb/test/ViewStateTestControl2.ascx.cs
[08.07.2005 11:48:00] Fetched $/AxCMS/AxCMSweb/test/ViewStateTestControl2.ascx.resx
[08.07.2005 11:48:01] Fetched $/AxCMS/AxCMSweb/test/ViewStateTestControl3.ascx
[08.07.2005 11:48:01] Fetched $/AxCMS/AxCMSweb/test/ViewStateTestControl3.ascx.cs
[08.07.2005 11:48:01] Fetched $/AxCMS/AxCMSweb/test/ViewStateTestControl3.ascx.resx
---- Operation completed successfully at time 11:48:10 ----

The solution on my computer is called AxCMS and bound to $/AxCMS. It contains a project named AxCMSweb, which is bound to $/AxCMS/AxCMSweb. I was getting latest version for the whole solution from the Visual Studio. As you can see first the file test/Test.aspx from the AxCMSweb project was retrieved from the trunk, and several lines thereafter the same file was retrieved from $/Branches/AxCMS/ver50/AxCMSweb/test/Test.aspx. Under $/Branches/AxCMS/ver50 we have a branch of our AxCMS solution.
Same problem apply to the file admin/scripts/MenuContainer.js of the same project and to the file Components/Axinom.Framework.xml of the Components project.

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

Post by dan » Mon Jul 11, 2005 9:15 am

OK, it looked like these were two different projects.

1. Are these particular files shared?
2. If you do an Open From Source Control to a new working folder, or try Open From Source Control from another machine, do you get the same results?
3. Have you deleted the .suo files and gotten the same behavior?

axinom
Posts: 24
Joined: Fri Apr 08, 2005 6:36 am

Post by axinom » Tue Jul 12, 2005 4:32 am

dan wrote:1. Are these particular files shared?
No, we haven't used this feature at all.
dan wrote:2. If you do an Open From Source Control to a new working folder, or try Open From Source Control from another machine, do you get the same results?
I get different results if I subsequently get latest version again. This problem occurs only from time to time, but definitely at least once a week.
dan wrote:3. Have you deleted the .suo files and gotten the same behavior?
Yes.

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

Post by dan » Tue Jul 12, 2005 7:36 am

axinom wrote: I get different results if I subsequently get latest version again. This problem occurs only from time to time, but definitely at least once a week.
Get Latest is different than Open From Source Control. Open From Source Control creates entirely new bindings. I would suggest trying this and seeing what happens.

Locked