RE: Re: set svn:ignore on all unversioned files
From: <nick_stolwijk_at_planet.nl>
Date: 2007-10-18 08:14:30 CEST
You could also try to stay with the Maven principles and try building to another directory. I.e. When you check your project out all source files are under /src/main/java and you build to /target/classes. This way you only have to set an svn:ignore on your root directory to ignore the target folder.
Hth,
Nick Stolwijk
-----Original Message-----
Just do
svn ps svn:ignore '*' [directory]
>
What do you mean by "update the repository"? Doing a commit won't push any new
Regards,
-- Blair Zajac, Ph.D. CTO, OrcaWare Technologies <blair@orcaware.com> Subversion training, consulting and support http://www.orcaware.com/svn/ --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Oct 18 08:16:30 2007 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.