Terrific - Thanks for the tip Emmanuel!
I still need to get in the svn groove. Right now I'm using Eclipse to
just import the files.
I need to stop being a "Command Line paassseee" (As Alex would call it) :-)
and just get busy!
I'll make sure I get the svn properties file worked in for future
commits. Thanks,
- Ole
Emmanuel Lecharny wrote:
Thanks a lot Ole !
I didn't had time to watch for you giant commits deeply, but in the
last one (and I think it's the same for others), I noticed that you
committed files and directories which should remain on your workspace,
like :
.classpath
.project
target
and maybe a few other.
Those files should be automatically générated when runing mvn
eclipse:evlipse, so it's better to exclude them from being exported.
This is easy : just create a svn:ignore property to your root
sub-project :
svn propset svn:ignore (or something like that)
You can have a look at any subproject, we have such properties defined :
$ cd shared/ldap
$ svn propget svn:ignore
*.ipr
.cdtproject
*.iml
.deployables
*.iws
.wtpmodules
.settings
*.log
target
.project
.classpath
*~
.fbprefs
nbproject
$
This will save a lot of space on the repo :)
PS: don't worry too much about this, we all have added files which
should have been ignored ;)
Emmanuel
Ole Ersoy a écrit :
OK - I finished the RPM Factory User Guide and put it here:
https://svn.apache.org/repos/asf/directory/sandbox/oersoy/guides/rpm.factory.user.guide
It's an eclipse documentation plugin so if you check it out:
svn checkout
https://svn.apache.org/repos/asf/directory/sandbox/oersoy/guides/rpm.factory.user.guide
just drop it into your eclipse plugins directory, restart eclipse,
and in the help center look for
"RPM Factory User Guide"
If you follow the recipes in the order they are listed, everything
should work fine.
Cheers,
- Ole