Re: Subversion Practices?
Re: Subversion Practices?
- Subject: Re: Subversion Practices?
- From: Réjean Lamy <email@hidden>
- Date: Wed, 6 Feb 2008 14:00:31 -0500
Jerry
To exclude such files from svn checkout folder:
- Edit the file ~/.subversion/config
- locate section [miscellany]
- remove comment on line "global-ignores="
- add more file pattern if needed
Example:
### Section for configuring miscelleneous Subversion options.
[miscellany]
### Set global-ignores to a set of whitespace-delimited globs
### which Subversion will ignore in its 'status' output, and
### while importing or adding files and directories.
global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store
build *.mode1v3 *.pbxproj *.pbxuser *~.nib
I hope will help.
Réjean
Le 08-02-06 à 13:38, Jerry LeVan a écrit :
I am trying to use subversion with my Cocoa projects...
It appears that merely opening an Xcode project will
generate changes in the .xcodeproject file...
Is there anyway to prevent having to commit the
changes in the project file every time an open
is done?
Any other hints for protecting the family
jewels from corruption? ( I recently had
a project file somehow become corrupted and
it was not much fun rebuilding a new project
from the remains...)
Thanks
Jerry
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden