Re: [xwiki-devs] [xwiki-notifications] r8519 - in xwiki-platform/xwiki-tools/trunk: xwiki-configuration-resources xwiki-jetty-resources xwiki-license-resources xwiki-packager-plugin xwiki-shared-tests
vmassol (SVN) wrote:
Author: vmassol Date: 2008-03-14 23:50:09 +0100 (Fri, 14 Mar 2008) New Revision: 8519
Modified: xwiki-platform/xwiki-tools/trunk/xwiki-configuration-resources/ xwiki-platform/xwiki-tools/trunk/xwiki-jetty-resources/ xwiki-platform/xwiki-tools/trunk/xwiki-license-resources/ xwiki-platform/xwiki-tools/trunk/xwiki-packager-plugin/ xwiki-platform/xwiki-tools/trunk/xwiki-shared-tests/ Log: more svn ignores
Property changes on: xwiki-platform/xwiki-tools/trunk/xwiki-configuration-resources ___________________________________________________________________ Name: svn:ignore - target *.ipr *.iml *.log .classpath .project nbproject .settings
+ target *.ipr *.iml *.log .classpath .project nbproject .settings target-eclipse
Shouldn't we just add these kind of files/directories to the subversion config file? I'm pretty sure we'll never have a target-eclipse directory that will need to be committed. -- Sergiu Dumitriu http://purl.org/net/sergiu/
On Mar 15, 2008, at 6:46 AM, Sergiu Dumitriu wrote: [snip]
Shouldn't we just add these kind of files/directories to the subversion config file? I'm pretty sure we'll never have a target-eclipse directory that will need to be committed.
But this file is not shared right? So every single person who builds xwiki will have to set this up, no? There's a recursive ignore option too but I don't know how it works to be honest and whether it'll work if you check out a single build module. I'm all for a better solution but I don't know one. Thanks -Vincent
Vincent Massol wrote:
On Mar 15, 2008, at 6:46 AM, Sergiu Dumitriu wrote:
[snip]
Shouldn't we just add these kind of files/directories to the subversion config file? I'm pretty sure we'll never have a target-eclipse directory that will need to be committed.
But this file is not shared right? So every single person who builds xwiki will have to set this up, no?
Indeed, but we're already recommending some svn settings for line ending:native We can add a more detailed ~/.subversion/config file somewhere on dev, since there aren't so many comitters, but many projects. This has the advantage that it has to be written once for all projects.
There's a recursive ignore option too but I don't know how it works to be honest and whether it'll work if you check out a single build module.
I'm all for a better solution but I don't know one.
Thanks -Vincent
-- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (2)
-
Sergiu Dumitriu -
Vincent Massol