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.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?
---- 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.