News | Mail Archive | OS Software Downloads Ad Info ::
Subject: Databases | Java | Linux | Open Source | XML | Data | Tech

Contribute:
· News/Reviews/Release
· Submit a New App!

Misc:
· My Account
· Editorial Feedback
· Logout


Login
 Username
 Password
 Remember me


 Become a Member!
 Login Problems?

News via email
Enter your Email



Recently Updated Mail Archives
php_mysql_jobs
bazaar
general
dev.mina.apache.org
provider-for-google-calendar
sqlite-users
javaposse
kde-commits
weblogic_jobs
business-process-outsourcing-in-china
kde-br
debian-user-debian
chromium-bugs
fedora-i18n-bugs
wine-users
debian-bugs-dist
vc_mfc
dev-apps-firefox
sap-hyderabad-jobs
colorsync-users
Popular Mail Lists: windows linux solaris osx ubuntu fedora enterprise crm ruby python java xml perl php cvs subversion version contol db
database mysql postgresql mobile telephony voip apple apache
all
sitemap (mail)


Login/Become a Member! | 28 Comments
Threshold
Comments are owned by the poster. We aren't responsible for their content.
Re: An Interview with Tom Lord of Arch on Versioning Systems (Score: 1, Informative)
by Anonymous on Sep 24, 2004 - 03:13 PM
Currently the default is to consider object files as unrecognized. Where unrecognized says "there is a file I don't understand, tell me what to do before I continue".

You can change them to junk which states "all .o files are junk, don't include them in the checkin, but don't worry about them either."

How to do this:

There is a file called {arch}/=tagging-method

In there is a line:
unrecognized ^(.*\.(o|a|so|core|so(\.[[:digit:]]+)*)|core)$

Change it to:
unrecognized ^(.*\.(so|core|so(\.[[:digit:]]+)*)|core)$

And add a line:
junk ^(.*\.(o|a))$

That says treat all .o,.a files as junk, rather than treating them as unrecognized.



Advertise With Us! | Comments are property of their posters.
Copyrighted (c) 2009, but we're happy to let you use what you wish with attribution. OSDir.com
All logos and trademarks are the property of their respective owners.
OSDir is an inevitable website. super tiny logo | Contact | Privacy Policy

Page created in 0.404848 seconds.