5 years agoNorman Morse committed change 26591 into Updated to support 2019.2 Added souredist to build.xml Checked in latest jars | ||
Add a comment | ||
5 years agoNorman Morse committed change 26590 into intellij settings for this project | ||
5 years agoNorman Morse committed change 26586 into journalReader updates for 2019.1 | ||
5 years agoNorman Morse committed change 26173 into perforce_software-vsstop4:main VSStoP4 update 11/22/19 | ||
5 years agoNorman Morse commented on job000747 for I didn't find a project for it, but the files have been branched to //guest/perforce_software/journalReader I'll see what I can do about creatin ...I didn't find a project for it, but the files have been branched to //guest/perforce_software/journalReader I'll see what I can do about creating a project. « | ||
6 years agoNorman Morse created job000744 for perforce-software-p4convert: | ||
6 years agoNorman Morse modified job000743 for perforce-software-p4convert: An SVN dump file entry which branches a deleted revision will fail. Apparently SVN will "copy" the latest, undeleted version of a file to the new l...ocation. Perforce does not undelete it at the head revision, the way svn does. This causes comparison problems between the files in the SVN repository and the Perforce depot. Conversion errors show: 22 Feb 2019 17:31:24,968 INFO com.perforce.common.process.ProcessNode ... 10691.2 B:F - branches/_experimental/2012 NOVIS Refactoring/NOVIS/Screencast/AbstractScreencast.cpp (UTF-8) 22 Feb 2019 17:31:24,968 WARN com.perforce.common.client.P4Factory ... p4java: //Scopis/trunk/NeuroNavigation/Application/IO/AbstractScreencast.cpp@10670 - all revision(s) already integrated. 22 Feb 2019 17:31:24,968 WARN com.perforce.common.client.P4Factory ... p4java: //Scopis/branches/_experimental/2012 NOVIS Refactoring/NOVIS/Screencast/AbstractScreencast.cpp - file(s) not on client 22 Feb 2019 17:31:24,968 WARN com.perforce.common.client.P4Factory ... p4java: //Scopis/branches/_experimental/2012 NOVIS Refactoring/NOVIS/Screencast/A Exploring this in the debugger shows that The SVN dump entry for 10691.2 is referencing a deleted revision of AbstractScreencast.cpp. Dump is on warp in warp/cases/00369890 030619 - norman_morse Duplicate of job000599 closing... « | ||
6 years agoNorman Morse commented on job000743 for Notice how the filename case changed! Notice how the filename case changed! | ||
6 years agoNorman Morse commented on job000743 for Looking at the converted code in P4V the history of trunk/NeuroNavigation/Application/IO/AbstractScreenCast.cpp shows that the file was deleted in re ...Looking at the converted code in P4V the history of trunk/NeuroNavigation/Application/IO/AbstractScreenCast.cpp shows that the file was deleted in revision 10661 | ||
6 years agoNorman Morse modified job000743 for perforce-software-p4convert: An SVN dump file entry which branches a deleted revision will fail. Apparently SVN will "copy" the latest, undeleted version of a file to the new l...ocation. Perforce does not undelete it at the head revision, the way svn does. This causes comparison problems between the files in the SVN repository and the Perforce depot. Conversion errors show: 22 Feb 2019 17:31:24,968 INFO com.perforce.common.process.ProcessNode ... 10691.2 B:F - branches/_experimental/2012 NOVIS Refactoring/NOVIS/Screencast/AbstractScreencast.cpp (UTF-8) 22 Feb 2019 17:31:24,968 WARN com.perforce.common.client.P4Factory ... p4java: //Scopis/trunk/NeuroNavigation/Application/IO/AbstractScreencast.cpp@10670 - all revision(s) already integrated. 22 Feb 2019 17:31:24,968 WARN com.perforce.common.client.P4Factory ... p4java: //Scopis/branches/_experimental/2012 NOVIS Refactoring/NOVIS/Screencast/AbstractScreencast.cpp - file(s) not on client 22 Feb 2019 17:31:24,968 WARN com.perforce.common.client.P4Factory ... p4java: //Scopis/branches/_experimental/2012 NOVIS Refactoring/NOVIS/Screencast/A Exploring this in the debugger shows that The SVN dump entry for 10691.2 is referencing a deleted revision of AbstractScreencast.cpp. Dump is on warp in warp/cases/00369890 « | ||
6 years agoNorman Morse created job000743 for perforce-software-p4convert: An SVN file which branches a deleted revision will fail. Apparently SVN will "copy" the latest, undeleted version of a file to the new location, an...d Perforce does not undelete it at the head revision, the way svn does. This causes comparison problems between the files in the SVN repository and the Perforce depot. Conversion errors show: 22 Feb 2019 17:31:24,968 INFO com.perforce.common.process.ProcessNode ... 10691.2 B:F - branches/_experimental/2012 NOVIS Refactoring/NOVIS/Screencast/AbstractScreencast.cpp (UTF-8) 22 Feb 2019 17:31:24,968 WARN com.perforce.common.client.P4Factory ... p4java: //Scopis/trunk/NeuroNavigation/Application/IO/AbstractScreencast.cpp@10670 - all revision(s) already integrated. 22 Feb 2019 17:31:24,968 WARN com.perforce.common.client.P4Factory ... p4java: //Scopis/branches/_experimental/2012 NOVIS Refactoring/NOVIS/Screencast/AbstractScreencast.cpp - file(s) not on client 22 Feb 2019 17:31:24,968 WARN com.perforce.common.client.P4Factory ... p4java: //Scopis/branches/_experimental/2012 NOVIS Refactoring/NOVIS/Screencast/A Exploring this in the debugger shows that The SVN dump entry for 10691.2 is referencing a deleted revision of AbstractScreencast.cpp. Dump is on warp in cases/00369890 « | ||
6 years agoNorman Morse created job000741 for perforce-software-p4convert: Labels with spaces cause a crash in the converter. From case 00369890, dump files are on warp:/warp/cases/00369890 Conversion has no proble...ms until we enable the "exclude.map", which throws this exception: 03 Dez 2018 11:31:25,356 ERROR com.perforce.common.process.ProcessChange ... Caught exception on exit java.lang.ArrayIndexOutOfBoundsException: 2 at com.perforce.p4java.impl.generic.core.MapEntry.parseViewMappingString(MapEntry.java:279) at com.perforce.p4java.impl.generic.core.MapEntry.<init>(MapEntry.java:74) at com.perforce.p4java.impl.generic.core.Label$LabelMapping.<init>(Label.java:117) at com.perforce.common.label.LabelImport.buildViewMap(LabelImport.java:183) at com.perforce.common.label.LabelImport.submit(LabelImport.java:170) at com.perforce.common.process.ProcessLabel.submit(ProcessLabel.java:143) at com.perforce.common.process.ProcessChange.submit(ProcessChange.java:195) at com.perforce.svn.process.SvnProcessChange.processChange(SvnProcessChange.java:187) at com.perforce.common.process.ProcessChange.call(ProcessChange.java:59) at com.perforce.common.process.ProcessChange.call(ProcessChange.java:21) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) 03 Dez 2018 11:31:25,366 INFO com.perforce.common.process.ProcessChange ... Caught EXIT shutting down ... cat exclude.map # exclude Subversion tags: ^tags/.* I am able to reproduce this, in the debugger the crash happens in com.perforce.p4java.impl.generic.core.MapEntry.parseViewMappingString(MapEntry.java:279) which seems to get confused by spaces in the client entry. « | ||
6 years agoNorman Morse committed change 24775 into Updated journalReader.jar for 2018.2 schema | ||
6 years agoNorman Morse commented on review 24738 for stuff-tom-follows:multiuserfollow This review is broken, permissions ruined it. | ||
6 years agoNorman Morse committed change 24774 into Add support for 18.2 schema | ||
6 years agoNorman Morse committed change 24773 into | ||
6 years agoNorman Morse approved review 24738 for stuff-tom-follows:multiuserfollow Update journalReader to 2018.2 schema, add missing tables. | ||
6 years agoNorman Morse requested review 24738 for stuff-tom-follows:multiuserfollow Update journalReader to 2018.2 schema, add missing tables. | ||
6 years agoNorman Morse modified job000738 for perforce-software-p4convert: | ||
6 years agoNorman Morse modified job000739 for perforce-software-p4convert: | ||
6 years agoNorman Morse created job000739 for perforce-software-p4convert: | ||
6 years agoNorman Morse created job000738 for perforce-software-p4convert: | ||
7 years agoNorman Morse created job000735 for perforce-software-p4convert: | ||
7 years agoNorman Morse created job000721 for perforce-software-p4convert: | ||
7 years agoNorman Morse created job000720 for perforce-software-p4convert: | ||
8 years agoNorman Morse commented on job000520 for The Version file needs to be in ../P4/Version | ||
8 years agoNorman Morse commented on job000700 for The Subversion converter requires a complete history to function. The Subversion converter requires a complete history to function. | ||
8 years agoNorman Morse created job000697 for During initialization Unity is passing absolute paths to internal DLL's to the OnPostProcessAllAssets() callback. We need to ignore these. | ||
8 years agoNorman Morse modified job000644 for After updating to the latest Unity version (5.4.3f1, released 17th of November 2016) I get this error with P4Connect: get_dataPath is not allowed t...o be called from a ScriptableObject constructor (or instance field initializer), call it in OnEnable instead. Called from ScriptableObject 'Config'. See "Script Serialization" page in the Unity Manual for further details. UnityEngine.Application:get_dataPath() P4Connect.Main:SetupRootDirectory() (at c:/tmp/69516846/depot/main/p4-connect/src/P4Connect/P4Connect/P4Connect.Main.cs:123) P4Connect.Main:Initialize() (at c:/tmp/69516846/depot/main/p4-connect/src/P4Connect/P4Connect/P4Connect.Main.cs:84) P4Connect.Main:.cctor() (at c:/tmp/69516846/depot/main/p4-connect/src/P4Connect/P4Connect/P4Connect.Main.cs:75) P4Connect.Utils:FullPathToAssetPath(String) (at c:/tmp/69516846/depot/main/p4-connect/src/P4Connect/P4Connect/P4Connect.Utils.cs:764) P4Connect.Utils:FullPathToAssetPath(String) (at c:/tmp/69516846/depot/main/p4-connect/src/P4Connect/P4Connect/P4Connect.Utils.cs:764) P4Connect.Utils:GetEditorAssetRelativeDirectory() (at c:/tmp/69516846/depot/main/p4-connect/src/P4Connect/P4Connect/P4Connect.Utils.cs:921) P4Connect.Config:.cctor() (at c:/tmp/69516846/depot/main/p4-connect/src/P4Connect/P4Connect/P4Connect.Config.cs:898) « | ||
8 years agoNorman Morse commented on job000644 for This bug has been fixed with release 2017.1 available on ftp now: | ||
8 years agoNorman Morse committed change 21182 into Patches for job087759 and Swarm 2016.2 | ||
8 years agoNorman Morse commented on job000624 for Context: This is an issue with converting on Windows to a non-unicode server in import mode. Utf8 characters in filenames (like ae, 0xc3a6 ) appear t ...Context: This is an issue with converting on Windows to a non-unicode server in import mode. Utf8 characters in filenames (like ae, 0xc3a6 ) appear to be read correctly and written corrrectly in the log, but dump file is in /warp/cases/00253048 « | ||
8 years agoNorman Morse modified job000343 for perforce-software-p4convert: Converter Warnings on files with lock attributes in import mode: "can't change +l type with reopen; use revert -k and then edit -t to change type." ... The file was converted in import mode and has these attributes: ... #1 change 730252 add on 2003/11/24 by xyzzy@plugh_stg (binary+Fl) I don't see any lost data, this may only be cosmetic, or not... customer case 00190893 This is related to a limitation in the release notes: SVN property svn:needs-lock cannot be imported to a distributed Perforce server and may raise the error: can't change +l type with reopen; use revert -k and then edit -t to change type. https://swarm.workshop.perforce.com/projects/perforce-software-p4convert/ « | ||
8 years agoNorman Morse committed change 20874 into Added suggestions for improvements to the readme | ||
8 years agoNorman Morse committed change 20865 into | ||
8 years agoNorman Morse modified job000593 for perforce-software-p4convert: Renaming a directory or a file (in case only) will fail to remove the old file or old directory contents. From case 00251808 During a case sen...sitive conversion on Linux Configuration: com.p4convert.p4.caseMode=FIRST com.p4convert.p4.lowerCase=true Renaming the .../FileQueuer directory to .../fileQueuer works, but a copy of .../FileQueuer remains. ---- SVN entry ------ Node-path: trunk/batch/java/src/com/idx/ec/web/struts/actions/queue/fileQueuer Node-kind: dir Node-action: add Node-copyfrom-rev: 40642 Node-copyfrom-path: trunk/batch/java/src/com/idx/ec/web/struts/actions/queue/FileQueuer Node-path: trunk/batch/java/src/com/idx/ec/web/struts/actions/queue/FileQueuer Node-action: delete ----conversion log------ 19 Jul 2016 18:14:36,746 INFO com.perforce.common.process.ProcessNode ... 40643.0 B:D - trunk/batch/java/src/com/idx/ec/web/struts/actions/queue/fileQueuer 19 Jul 2016 18:14:36,757 INFO com.perforce.svn.process.SvnProcessNode ... detected CASE rename operation 19 Jul 2016 18:14:36,757 INFO com.perforce.common.process.ProcessNode ... 40643.1 R:D - trunk/batch/java/src/com/idx/ec/web/struts/actions/queue/FileQueuer 19 Jul 2016 18:14:38,060 INFO com.perforce.common.process.ProcessChange ... mapping: r40643 => @137707 « | ||
8 years agoNorman Morse modified job000599 for perforce-software-p4convert: Branching a file to the same path with a different case can cause the branch to fail and the source file to be deleted. From case 00251808 Duri...ng a case sensitive conversion on Linux Configuration: com.p4convert.p4.caseMode=FIRST com.p4convert.p4.lowerCase=true SVN ------------------- Node-path: trunk/cedi/cedi-jbehave/jbehave-integration-tests/src/test/resources/us19_egate_e2e_volume_test.story Node-kind: file Node-action: add Node-copyfrom-rev: 54573 Node-copyfrom-path: trunk/cedi/cedi-jbehave/jbehave-integration-tests/src/test/resources/Us19_egate_e2e_volume_test.story LOG ------------------- 21 Jul 2016 08:33:01,867 INFO com.perforce.common.process.ProcessNode ... 54575.2 B:F - trunk/cedi/cedi-jbehave/jbehave-integration-tests/src/test/resources/us19_egate_e2e_volume_test.story (UTF-8) 21 Jul 2016 08:33:01,904 WARN com.perforce.common.client.P4Factory ... p4java: //idxedi_s2_t4/trunk/cedi/cedi-jbehave/jbehave-integration-tests/src/test/resources/us19_egate_e2e_volume_test.story - file(s) not on client. 21 Jul 2016 08:33:01,922 WARN com.perforce.common.client.P4Factory ... p4java: //idxedi_s2_t4/trunk/cedi/cedi-jbehave/jbehave-integration-tests/src/test/resources/us19_egate_e2e_volume_test.story - file(s) not opened on this client. The result is the new file does not get created, and the original file gets deleted. « | ||
8 years agoNorman Morse committed change 20730 into a couple more files from 2016.2 patch 2 | ||
8 years agoNorman Morse committed change 20729 into Update Readme with new support policy and Unity 4 deprecation. | ||
8 years agoNorman Morse committed change 20728 into Release 2016.2 Patch 2 Fixed several reported bugs Cleaned up menus Improved file status caching. | ||
8 years agoNorman Morse modified job000554 for | ||
8 years agoNorman Morse modified job000544 for Let user know which fields are required in order to make a connection Test Case: 1.) Click Edit | Perforce Settings There are 5 different field...s in the "Connection Settings" section. It would be nice to know which was ones are required fields in order to make a connection. Fields: Server URI: Username: Password: Workspace: P4HOST: P4CHARSET: « | ||
8 years agoNorman Morse modified job000531 for Configuration Asset doesn't work if project assets are not in default location. If P4Connect is not put in its default location (Assets/P4Conn...ect) then it will throw the following exceptions Parent directory must exist before creating asset at Assets/P4Connect/Editor/Config.asset. UnityEditor.AssetDatabase:CreateAsset(Object, String) P4Connect.Config:WriteConfigAsset() P4Connect.ConfigWindow:OnGuiStatusBar() (at c:/tmp/64590263/depot/main/p4-connect/src/P4Connect/P4Connect/P4Connect.ConfigWindow.cs:422) P4Connect.ConfigWindow:OnGUI() (at c:/tmp/64590263/depot/main/p4-connect/src/P4Connect/P4Connect/P4Connect.ConfigWindow.cs:1027) UnityEditor.DockArea:OnGUI() UnityException: Creating asset at path Assets/P4Connect/Editor/Config.asset failed. P4Connect.Config.WriteConfigAsset () P4Connect.ConfigWindow.OnGuiStatusBar () (at c:/tmp/64590263/depot/main/p4-connect/src/P4Connect/P4Connect/P4Connect.ConfigWindow.cs:422) P4Connect.ConfigWindow.OnGUI () (at c:/tmp/64590263/depot/main/p4-connect/src/P4Connect/P4Connect/P4Connect.ConfigWindow.cs:1027) System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222) From internal case 00240703 « | ||
8 years agoNorman Morse modified job000542 for | ||
8 years agoNorman Morse modified job000554 for | ||
8 years agoNorman Morse modified job000544 for Let user know which fields are required in order to make a connection Test Case: 1.) Click Edit | Perforce Settings There are 5 different field...s in the "Connection Settings" section. It would be nice to know which was ones are required fields in order to make a connection. Fields: Server URI: Username: Password: Workspace: P4HOST: P4CHARSET: « | ||
8 years agoNorman Morse modified job000531 for Configuration Asset doesn't work if project assets are not in default location. If P4Connect is not put in its default location (Assets/P4Conn...ect) then it will throw the following exceptions Parent directory must exist before creating asset at Assets/P4Connect/Editor/Config.asset. UnityEditor.AssetDatabase:CreateAsset(Object, String) P4Connect.Config:WriteConfigAsset() P4Connect.ConfigWindow:OnGuiStatusBar() (at c:/tmp/64590263/depot/main/p4-connect/src/P4Connect/P4Connect/P4Connect.ConfigWindow.cs:422) P4Connect.ConfigWindow:OnGUI() (at c:/tmp/64590263/depot/main/p4-connect/src/P4Connect/P4Connect/P4Connect.ConfigWindow.cs:1027) UnityEditor.DockArea:OnGUI() UnityException: Creating asset at path Assets/P4Connect/Editor/Config.asset failed. P4Connect.Config.WriteConfigAsset () P4Connect.ConfigWindow.OnGuiStatusBar () (at c:/tmp/64590263/depot/main/p4-connect/src/P4Connect/P4Connect/P4Connect.ConfigWindow.cs:422) P4Connect.ConfigWindow.OnGUI () (at c:/tmp/64590263/depot/main/p4-connect/src/P4Connect/P4Connect/P4Connect.ConfigWindow.cs:1027) System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222) From internal case 00240703 « | ||
8 years agoNorman Morse modified job000542 for | ||
8 years agoNorman Morse created job000599 for perforce-software-p4convert: Branching a file to the same path with a different case can cause the branch to fail and the source file to be deleted. From case 00251808 SVN... ------------------- Node-path: trunk/cedi/cedi-jbehave/jbehave-integration-tests/src/test/resources/us19_egate_e2e_volume_test.story Node-kind: file Node-action: add Node-copyfrom-rev: 54573 Node-copyfrom-path: trunk/cedi/cedi-jbehave/jbehave-integration-tests/src/test/resources/Us19_egate_e2e_volume_test.story LOG ------------------- 21 Jul 2016 08:33:01,867 INFO com.perforce.common.process.ProcessNode ... 54575.2 B:F - trunk/cedi/cedi-jbehave/jbehave-integration-tests/src/test/resources/us19_egate_e2e_volume_test.story (UTF-8) 21 Jul 2016 08:33:01,904 WARN com.perforce.common.client.P4Factory ... p4java: //idxedi_s2_t4/trunk/cedi/cedi-jbehave/jbehave-integration-tests/src/test/resources/us19_egate_e2e_volume_test.story - file(s) not on client. 21 Jul 2016 08:33:01,922 WARN com.perforce.common.client.P4Factory ... p4java: //idxedi_s2_t4/trunk/cedi/cedi-jbehave/jbehave-integration-tests/src/test/resources/us19_egate_e2e_volume_test.story - file(s) not opened on this client. The result is the new file does not get created, and the original file gets deleted. « | ||
9 years agoNorman Morse modified job000593 for perforce-software-p4convert: Renaming a directory or a file (in case only) will fail to remove the old file or old directory contents. From case 00251808 Renaming the .../...FileQueuer directory to .../fileQueuer works, but a copy of .../FileQueuer remains. ---- SVN entry ------ Node-path: trunk/batch/java/src/com/idx/ec/web/struts/actions/queue/fileQueuer Node-kind: dir Node-action: add Node-copyfrom-rev: 40642 Node-copyfrom-path: trunk/batch/java/src/com/idx/ec/web/struts/actions/queue/FileQueuer Node-path: trunk/batch/java/src/com/idx/ec/web/struts/actions/queue/FileQueuer Node-action: delete ----conversion log------ 19 Jul 2016 18:14:36,746 INFO com.perforce.common.process.ProcessNode ... 40643.0 B:D - trunk/batch/java/src/com/idx/ec/web/struts/actions/queue/fileQueuer 19 Jul 2016 18:14:36,757 INFO com.perforce.svn.process.SvnProcessNode ... detected CASE rename operation 19 Jul 2016 18:14:36,757 INFO com.perforce.common.process.ProcessNode ... 40643.1 R:D - trunk/batch/java/src/com/idx/ec/web/struts/actions/queue/FileQueuer 19 Jul 2016 18:14:38,060 INFO com.perforce.common.process.ProcessChange ... mapping: r40643 => @137707 « | ||
Change | User | Description | Created | ||
---|---|---|---|---|---|
18659 | Norman Morse | pass to work | 9 years ago | Request Review | |
13871 | Norman Morse | DevNew branch | 10 years ago | Request Review | |
10068 | Norman Morse | System Test Framework #review-10069 | 11 years ago | View Review |
Adjust when notifications are sent to you about reviews that you're associated with (as an author, reviewer, project member or moderator).