CVS integration
I have configured binary-file-type for *.jpg, *.gif, *.class, *.cdi, *.jar and *.zip.
Problem 1)
If I COMMIT and UPDATE my project then another COMMIT still shows all files as in need of a commit.
CVS.EXE reports all files as up-to-date and CVS.EXE COMMIT commits no files.
Problem 2)
When I do an UPDATE, I get the message:
"Delete the project file C2.jpr for clean update?"
What are the implications of doing or not doing this.
Shouldn't the *.jpr file be merged like any other?
Problem 3)
If I compile one source file and then attempt a CVS.EXE COMMIT, the folling files are reported as needing a commit (JDeveloper continues to report all files needing a commit).
CVS: Modified Files:
CVS: obj/C2.cdi obj/connections.xml obj/com/mycompany/MyClass.class
CVS: ----------------------------------------------------------------------
Can (How do) I remove the files in the object hierarchy from CVS?
Tony.