Arturo,

I'm using .cvsignore to ignore the .svn:

[EMAIL PROTECTED]:Home > cat .cvsignore
*.pbxuser
.DS_Store
CPFileList.txt
.svn

and .subversion/config to ignore CVS:

[EMAIL PROTECTED]:Home > cat .subversion/config |grep global-ignores
### Set global-ignores to a set of whitespace-delimited globs
# global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#*
global-ignores = ant *.ak .classpath .project .project *._wpbxproj bin dist ant.classpaths* ant.framework* CVS .DS_Store CPFileList.txt *.pbxuser *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#*

I have no idea if you can do that with XCode and I don't want to know :) I'm using svn from the command line as it is simple enough (far easier than CVS).

Cheers, Anjo

Am 12.10.2005 um 16:45 schrieb Arturo Perez:

Anjo Krank wrote:

My personal recommendation is to use the CVS head and put it into your own version control. Then update and check if the stuff is OK with your apps and integrate the changes or not. You can also use the apple tags (2_0 etc) and have a stable version, but you miss out a lot of cool stuff.


Hi Anjo,

Can you do this with Xcode? (yeah, I know, please don't start :-)

What I'm most curious about is whether different projects can use different source-control systems. Currently I use Perforce for my own WO stuff so I'd need to somehow partition off the Wonder stuff.

-arturo


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to