Archive

Posts Tagged ‘Ignore’

How to set up svn ignore in command line

September 16th, 2010 No comments

Often I ran into this, so here are the steps to set up the ignore files in command line or in a shell.

When adding new xcode project into svn repository: Let’s say the project name is “helloapple” and user name is “myuser”.

When editor opens up, add these lines

And finally, commit the changes

SVN, CVS에서 단체로 무시해야 할 패턴

August 6th, 2007 No comments

아래 패턴에 해당되는 파일이나 디렉토리들은 소스 컨트롤에 포함되면 안된다. 내가 쓰는 환경이다.

Global Ignore Pattern:

Debug Release DebugU ReleaseU DebugPS ReleasePS *.ilk *.exp *.positions *.ncb *.scc *.ncb *.plg *.aps *.cvsignore debug release debugu releaseu Hybrid debugGiga Output Dynamic_Debug Dynamic_Release Dynamic_Unicode_Debug Dynamic_Unicode_Release Unicode_Debug Unicode_Release DebugMVT *.suo .mayaSwatches *.bak

cvs나 svn에서 Ignore pattern에 문자열을 등록한다.

Categories: Developer's Tool Tags: , ,