Hello,
I'm experimenting with Codestriker 1.9.1 and am running into some issues when attempting to upload a topic text diff file. Every time I try and upload I get the following error:
Error unlinking file C:\WINDOWS\TEMP\qT3eCAug9X using unlink0 at C:/tools/codestriker/1.9.1/bin/../lib/Codestriker/FileParser/Parser.pm line 50
I'm not sure what's happening, any ideas?
Thanks,
-Mike
My environment is:
- codestriker 1.9.1
- activeperl 5.8.7.813
- perforce 2005.1
Here's the content of my topic diff file:
Change 13973 by [EMAIL PROTECTED] on 2005/09/23 10:28:09
Added comments to header of the trigger scripts
Affected files ...
... //SCM/Perforce/Scripts/Trigger/branch-validation.py#2 edit
... //SCM/Perforce/Scripts/Trigger/client-validation.py#6 edit
... //SCM/Perforce/Scripts/Trigger/job-validation.py#2 edit
... //SCM/Perforce/Scripts/Trigger/label-validation.py#2 edit
Differences ...
==== //SCM/Perforce/Scripts/Trigger/branch-validation.py#2 (text) ====
@@ -1,3 +1,5 @@
+# added a comment to the top of the file
+
# branch-validation.py
#
# This script is designed to enforce our branch related
==== //SCM/Perforce/Scripts/Trigger/client-validation.py#6 (text) ====
@@ -1,3 +1,5 @@
+# added a comment to the top of the file
+
# client-validation.py
#
# This script is designed to enforce our client related
==== //SCM/Perforce/Scripts/Trigger/job-validation.py#2 (text) ====
@@ -1,3 +1,5 @@
+# added a comment to the top of the file
+
# job-validation.py
#
# This script is designed to enforce our job related
==== //SCM/Perforce/Scripts/Trigger/label-validation.py#2 (text) ====
@@ -1,3 +1,5 @@
+# added a comment to the top of the file
+
# label-validation.py
#
# This script is designed to enforce our label related