Enrique,Just noticed this response. I sent out another email asking why you did not respond but we must have missed each other. Responding to the contents below inline.
Enrique Rodriguez wrote:
Ok I'm not talking about messing with svn:ignores properties. I'm talking about the work you're doing on configuration, and preferences services. It just so happened the commit was on adding svn:ignores.Alex Karasulu wrote:Enrique,Please start sharing with others what you are doing here. I've asked you several times to start sharing your direction publicly with the dev list. We have to start including the community in some of your ideas so all can have a say in the direction of ApacheDS.Hi,I happened to run a 'mvn eclipse:eclipse' in these modules and I noticed that a basic set of svn:ignore's was not applied. So, on rev 408142 I added what I thought were fairly standard svn:ignores. IIRC, the 'mvn eclipse:eclipse' was creating a .settings directory, which not ignored. I think I have only ever run a 'mvn install' here so I'm not surprised that not all svn ignores that I typically apply these days were applied."svn:ignore" is probably the most commonly used svn property, so I didn't think there was any harm in applying it without asking the list. I like svn:ignore because it filters unversioned files and directories out of status, add, and import commands and prevents the repo from being cluttered with unnecessary commits. And we haven't typically committed the .setting directory on this project so I thought this was a safe move. Since SVN can't possibly guess the names of every resource that should be ignored I think it is understandable that we have to set these properties on every project folder that requires them.Running down the list of svn:ignores I applied you'll see a number of properties related to Eclipse and others to IntelliJ. Some of the others come from Maven and the OSGi world. Since we may use 1 or all of these tools, I decided it was a safe bet to apply ALL of these ignores, since I can't possibly tell which properties will be most useful to people. WDYT?
directory/sandbox/erodriguez/configuration/ (props changed) directory/sandbox/erodriguez/kerberos-sam/ (props changed) directory/sandbox/erodriguez/preferences/ (props changed) directory/sandbox/erodriguez/useradmin/ (props changed)I should have been more explicit. What I wanted you to explain was some of code movement you intended into Felix of preferences and other services. However you never talked to this list about it. The commit was in preparation for this work. I know you're smart enough to understand why I initially brought up this particular commit.
I hope your comprehensive plan discusses what is happening with all the recent work on OSGi and how others can participate. I don't really care about a long diatribe on how we should manage svn:ignores values.I have to run to work but I have some more thoughts on this. I'll provide a more comprehensive plan later today.
There has been very little light shed on the work you've been doing on OSGi and you seem to be avoiding the topic. I want it out in the open.
Alex
------------------------------------------------------------------------ Subject:svn commit: r408142 - in /directory/sandbox/erodriguez: configuration/ kerberos-sam/ preferences/ useradmin/From: [EMAIL PROTECTED] Date: Sun, 21 May 2006 06:43:40 -0000 To: [email protected] To: [email protected] Author: erodriguez Date: Sat May 20 23:43:40 2006 New Revision: 408142 URL: http://svn.apache.org/viewvc?rev=408142&view=rev Log: Updated SVN ignores. Modified: Propchange: directory/sandbox/erodriguez/configuration/--------------------------------------------------------------------------------- svn:ignore (original) +++ svn:ignore Sat May 20 23:43:40 2006 @@ -4,3 +4,13 @@ classes .classpath .project +.settings +.wtpmodules +.deployables +*.iml +*.ipr +*.iws +*.log +lib +bundle +dist Propchange: directory/sandbox/erodriguez/kerberos-sam/--------------------------------------------------------------------------------- svn:ignore (added) +++ svn:ignore Sat May 20 23:43:40 2006 @@ -0,0 +1,16 @@ +bin +build +target +classes +.classpath +.project +.settings +.wtpmodules +.deployables +*.iml +*.ipr +*.iws +*.log +lib +bundle +dist Propchange: directory/sandbox/erodriguez/preferences/--------------------------------------------------------------------------------- svn:ignore (original) +++ svn:ignore Sat May 20 23:43:40 2006 @@ -5,3 +5,12 @@ .classpath .project .wtpmodules +.settings +.deployables +*.iml +*.ipr +*.iws +*.log +lib +bundle +dist Propchange: directory/sandbox/erodriguez/useradmin/--------------------------------------------------------------------------------- svn:ignore (original) +++ svn:ignore Sat May 20 23:43:40 2006 @@ -5,3 +5,12 @@ .classpath .project .wtpmodules +.settings +.deployables +*.iml +*.ipr +*.iws +*.log +lib +bundle +dist
