When sharing projects, the entire Java Package is not being
I have tested this a few times, I am only able to check-in files from a
java package that is 2 directories deep. I have tested this on RTC 1.0.1
under Mac and Linux. So If I have a package that is
com.ibm.rcs.xxx.xxx.xxx, only com.ibm is checked into source control. If
files are not in the first two directories deep, they don't get checked
in. I am sure there is a setting somewhere that is causing this. Any ideas?
Thanks!
java package that is 2 directories deep. I have tested this on RTC 1.0.1
under Mac and Linux. So If I have a package that is
com.ibm.rcs.xxx.xxx.xxx, only com.ibm is checked into source control. If
files are not in the first two directories deep, they don't get checked
in. I am sure there is a setting somewhere that is causing this. Any ideas?
Thanks!
2 answers
Aaron Cohen wrote:
I am guessing that the problem is the directory named "rcs". That name
is on Eclipse's default ignore list. See Window > Preferences > Team >
Ignored Resources. Try unchecking the "RCS" box.
I am only able to check-in files from a java package that is 2
directories deep. So If I have a package that is
com.ibm.rcs.xxx.xxx.xxx, only com.ibm is checked into source control.
If files are not in the first two directories deep, they don't get
checked in. I am sure there is a setting somewhere that is causing
this. Any ideas?
I am guessing that the problem is the directory named "rcs". That name
is on Eclipse's default ignore list. See Window > Preferences > Team >
Ignored Resources. Try unchecking the "RCS" box.
David Olsen wrote:
Aaron Cohen wrote:
I am only able to check-in files from a java package that is 2
directories deep. So If I have a package that is
com.ibm.rcs.xxx.xxx.xxx, only com.ibm is checked into source control.
If files are not in the first two directories deep, they don't get
checked in. I am sure there is a setting somewhere that is causing
this. Any ideas?
I am guessing that the problem is the directory named "rcs". That name
is on Eclipse's default ignore list. See Window > Preferences > Team
Ignored Resources. Try unchecking the "RCS" box.
That did it! Thanks!