5 years agoJen Bottom created job000750 for perforce-software-p4convert: Provide the option to ignore the case of file extensions in the P4Convert typemap. The customer has many files in an SVN repo who's extensions only di...ffer by case. They would like the files to be treated the same, regardless of extension case, and not have to specify every variation in the typemap. Currently the typemap seems to take the case of an extension in to account. This can mean that some files who's extension only differs by case, are stored with a type the user does not want or intend. « | ||
Add a comment | ||
5 years agoJen Bottom created job000749 for perforce-software-p4convert: P4Convert sometimes throws warnings about case issues, then fails with the following errors: CASE-SENSITIVITY ISSUE: From node is missing from data...set; skipping! Please check case options and platform types. com.p4convert.p4.caseMode = NONE com.p4convert.p4.lowerCase = false Caught exception on exit java.nio.file.FileAlreadyExistsException: /logs/tmp/<Directory> perforce_migration/<Dir>/p4_root/ws/svn/<Dir>/trunk/<Dir>/<Dir>/alpha/<Dir>/ <File>.cfg at java.base/sun.nio.fs.UnixCopyFile.copy(Unknown Source) at java.base/sun.nio.fs.UnixFileSystemProvider.copy(Unknown Source) at java.base/java.nio.file.Files.copy(Unknown Source) at com.perforce.svn.change.RevisionImport.duplicatePath(RevisionImport.java:172) at com.perforce.svn.change.RevisionImport.branchPath(RevisionImport.java:128) at com.perforce.svn.change.ChangeImport.addPath(ChangeImport.java:265) at com.perforce.common.node.NodeImport.dirAction(NodeImport.java:63) at com.perforce.common.node.NodeImport.action(NodeImport.java:49) at com.perforce.svn.process.SvnProcessNode.processDir(SvnProcessNode.java:465) at com.perforce.common.process.ProcessNode.process(ProcessNode.java:56) at com.perforce.svn.process.SvnProcessChange.processChange(SvnProcessChange.java: 170) at com.perforce.common.process.ProcessChange.call(ProcessChange.java:59) at com.perforce.common.process.ProcessChange.call(ProcessChange.java:21) at java.base/java.util.concurrent.FutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caught EXIT shutting down ... The customer suspects a race condition. They say: The case handling warning seems to be just that; a warning. The actual conversion error is thrown regardless of if the warning is present or not. If you look at the full log file I attached, the warning isn't present, but the same warning and stack trace is. I believe there's a race condition present in the converter. If re-run the conversion a couple times, it gets past this error. Unfortunately we can not obtain their data to try to reproduce the issue. I am logging this job to record the problem. « | ||
6 years agoJen Bottom committed change 25908 into Branching the README for the demo files | ||
6 years agoJen Bottom committed change 25907 into Integrating the README for the P4Java demo | ||
6 years agoJen Bottom committed change 25898 into Integrating the p4java demo code to my dev area | ||
7 years agoJen Bottom created job000737 for perforce-software-p4convert: | ||
7 years agoJen Bottom created job000722 for perforce-software-p4convert: Update P4Convert documentation, to state that conversions on Windows are not supported. It is my understanding that they were supported for SVN conver...sions, but currently Windows is not supported, until issues relating to CVS paths are resolved. The README.md and p4convert-notes.txt documents need to be updated to state that conversions on Windows are not supported. Also Windows7 needs to be removed as a supported platform. If the TSE who takes a P4Convert case does not know what I have been told, they will look at the docs, See that Windows is a supported platform, and perhaps waste hours of time. « | ||
7 years agoJen Bottom modified job000221 for perforce-software-p4convert: | ||
8 years agoJen Bottom created job000707 for perforce-software-p4convert: Provide the functionality to convert from the charset 'eucjp' to 'utf8'. The customer has to manually convert their CVS roo...t to 'utf8' before using P4Convert. If they do not do this the archive files seem to be converted without issues, but metadata (I.E changelist descriptions) is garbled. Converting the data manually takes time on top of the conversion process, so they would like P4Convert to handle this as part of its conversion process. « | ||
9 years agoJen Bottom committed change 19165 into Deleting old key, as is of no use to anyone. People using these files can make their own keys | ||
9 years agoJen Bottom modified job000384 for If for some reason you can not connect to your Perforce Server using P4Connect, Unity will not open. The customer would like the option to enter a di...fferent IP and port, or to be able to disable P4Connect and work in Unity (offline). The customer reports that this behaviour also occurs when a game is running, and 'p4 connect' is disabled: The only way to fix this is to use save settings. This is fine but again when launching a project with no connection will cause a long wait time or cause a long wait time if a server is lost while unity is running. « | ||
9 years agoJen Bottom modified job000384 for If for some reason you can not connect to your Perforce Server using P4Connect, Unity will not open. The customer would like the option to enter a di...fferent IP and port, or to be able to disable P4Connect and work in Unity (offline). The customer reports that this behaviour also occurs when a game is running, and 'p4 connect' is disabled: "When P4Connect is disabled it tries to connect when the game runs. This causes issues". « | ||
10 years agoJen Bottom created job000384 for | ||
10 years agoJen Bottom created job000347 for Port P4Connect to Linux, to work with the Unity port. | ||
10 years agoJen Bottom committed change 15510 into cleaning up my dev area | ||
10 years agoJen Bottom created job000187 for perforce-software-p4web: | ||
10 years agoJen Bottom created job000138 for | ||
10 years agoJen Bottom committed change 11394 into Integrating p4review and p4review2 into dev branch, to do some playing with protections table checking | ||
11 years agoJen Bottom committed change 10176 into | ||
11 years agoJen Bottom committed change 10169 into | ||
11 years agoJen Bottom committed change 10168 into | ||
11 years agoJen Bottom committed change 9544 into Ad the gem was a complete rewrite haven't included all the diffs and changes in the 'CHANGES' file. Also need to rewrite the README, but for now 'gem... install P4Ruby-<Version> is all that is required. It will fall over on Windows if you are not used to/able to build gems written in C++, but if you have the means to do so all should be ok. Ready to push. « | ||
11 years agoJen Bottom committed change 9465 into More cleanup. Removed RakeFile and updated gemspec accordingly. Need to update the 'Changes' file before ready to push and review the README. | ||
11 years agoJen Bottom committed change 9464 into Pulling in Brett's changes. | ||
11 years agoJen Bottom committed change 9462 into Fixing up gem spec problem with test-unit and correcting gem homepage. | ||
11 years agoJen Bottom committed change 9461 into Removed some crap that we don't need from the gemspec and cleaned up the source by removing the lib directory. | ||
11 years agoJen Bottom committed change 9459 into Integrating Brett's changes into my branch. | ||
11 years agoJen Bottom committed change 9436 into | ||
11 years agoJen Bottom committed change 9257 into deleting p4config file and adding to .ignore file. | ||
11 years agoJen Bottom committed change 9256 into Fixed a typo. 'test.b' should have been 'test.rb'. | ||
11 years agoJen Bottom committed change 9254 into updated gemspec and cleaned out doc directory. Will re-generate as part of the Gem build process | ||
11 years agoJen Bottom committed change 8879 into integrating Brett Bates's latest work on P4Ruby gem for further enhancement. | ||
11 years agoJen Bottom committed change 8483 into | ||
12 years agoJen Bottom committed change 8366 into Adding the source code and docs for the P4Ruby Gem to the Public Depot. | ||
Change | User | Description | Created | ||
---|---|---|---|---|---|
10688 | Jen Bottom | Added some code that should allow a user to specify a path to their ssl libs. Also added... some 'puts' statements, to try and see why the gem is now falling over. « |
11 years ago | Request Review | |
10216 | Jen Bottom | Addine one line for debugging. Planning to not use FileUtils, in case a user is running a...n older version of Ruby that does not support it. « |
11 years ago | Request Review |
Adjust when notifications are sent to you about reviews that you're associated with (as an author, reviewer, project member or moderator).