[TSVN] Re: TSVN Add displays contents of ignored directories
From: Norbert Unterberg <nepo_at_gmx.net>
Date: 2005-01-19 20:26:06 CET
Jens Scheidtmann schrieb:
>>I am doing a Top-skimming
> Use cvs export instead of checkout as indicated in subversion's FAQ.
Some other hints:
* Before starting, add CVS and .cvsignore to the global subversion
* Check for auto-props in the subversion config file. If you set the
* Then create the initial folder structure in svn (trunk/branches/tags).
* Check out the new trunk from the svn repository to an empty directory.
* Then get the project files from CVS into this SVN working copy. If you
* You should verify that all text files your project are using 8 bit
* Now ADD (not import) the project to svn.
* A nice idea is to create a tiny script that recurses through the
svn propset svn:ignore -F .cvsignore .
This converts the CVS ignore list to the correct subversion ignore
* now do an svn commit!
Norbert
---------------------------------------------------------------------
|
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.