Guest?
 
Project
SVNKit
Priority
Normal
Type
Exception
State
Won't fix
Assignee
Alexander Kitaev
Subsystem
Unknown subsystem
Affected versions
1.3.5
Fix versions
No Fix versions
Fixed in build
No Fixed in build
  • Created by   vibhor nigam
    13 months ago (30 Mar 2012 09:27)
  • Updated by   Alexander Kitaev
    13 months ago (02 Apr 2012 16:24)
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
String myWorkingCopyPath="C:/Build_21/MCClient/MasterCraft/LocalBuildServer/"+IFGlobals.getDefault().getCurrentWorkspace().getName()+"/"
+IFGlobals.getDefault().getCurrentIFComponent().getName()+"/"+IFGlobals.getDefault().getCurrentIFUser().getName()
+"/src/"+IFGlobals.getDefault().getCurrentIFComponent().getName()+"/"+selectedTreeNode.getName()+".JAVA";

i have been using this code and it is giving me an exception that file is not under version control whereas when i just change the extension type in lower case it i am successfully able to commit the file i.e. using the below code
String myWorkingCopyPath="C:/Build_21/MCClient/MasterCraft/LocalBuildServer/"+IFGlobals.getDefault().getCurrentWorkspace().getName()+"/"
+IFGlobals.getDefault().getCurrentIFComponent().getName()+"/"+IFGlobals.getDefault().getCurrentIFUser().getName()
+"/src/"+IFGlobals.getDefault().getCurrentIFComponent().getName()+"/"+selectedTreeNode.getName()+".java";

Same stands for exporting the files from repository as well
Comments (1)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Alexander Kitaev
  Alexander Kitaev
02 Apr 2012 14:41
13 months ago
File.java and File.JAVA are considered to be two different files in most file systems.
On some systems (i.e. NTFS in Windows) you can't have both File.java and File.JAVA, but still these are two different files.
Apply Command

Command Preview: