Ticket #1000 (closed defect: fixed)
Opened 2012-02-23T10:25:40-06:00
Last modified 2013-04-12T14:25:46-05:00
Many uncommited new files exist under subversion
Reported by: | bdezonia | Owned by: | dscho |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
Check out imagej via subversion. Load it into Eclipse. After building Eclipse notices many files it thinks are new to the project (related to the updater). If you try a commit many new files are tagged. This may be confusing for outside developers. We need to fix this so that users see nothing that needs to be committed after a fresh checkout and build.
Change History
comment:1 Changed 2012-02-24T12:30:56-06:00 by curtis
comment:2 Changed 2012-02-24T12:31:32-06:00 by curtis
- Status changed from new to closed
- Resolution set to fixed
comment:3 Changed 2012-02-24T12:32:34-06:00 by curtis
It's also worth noting that this problem will cease to exist once we switch back to Git.
Fixed in 2a8f2ba5b012e065e12c04d6ff0e43596ea91bfe.
This problem occurs when the svn:ignore property is not set properly in newly added project directories.
It is easy to fix, as follows: