|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] subversion question
|
On 09/17/2009 09:07 AM, Eric wrote:
> I have a question about using subversion:
>
> I have a tree of source code - but several files and perhaps one
> specific subdirectory are to be left out of subversion....
>
You can configure subversion to ignore certain files. Update your
client configuration file which is typically stored in
/home/<username>/.subversion/config.
The global-ignores setting is in the miscellany section.
[miscellany]
global-ignores = inc_site.xsl *.o *.lo *.la navigation* .*.rej *.rej .*~
*~ .* .DS_Store *.class .project .classpath .class build* WEB-INF
James
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|