On Jul 14, 2007, at 8:14 PM, Erick Tryzelaar wrote:

On 7/14/07, Peter Tanski <[EMAIL PROTECTED]> wrote:
... Darcs gives you the
ability to not tag such files by setting a list of regexes for
'recognised' file names, such as *.c, *.h, *.cpp, *.hpp, *.flx,
*.pak... then you can have files with other extensions and they won't
be included in the respository.

It's pretty easy to do in both. svn is done with properties. You can set them like this:

svn propedit svn:ignore .

Git has two ways to do it. The simplest is to have a file named .gitignore where you put those patterns in it. The other is to add those patterns to .git/info/exclude.

That is great to know.  Thanks!

I was thinking about backups for the felix repository. How much space does SourceForge give you? Maybe you could start nightly build runs (with buildbot, for example) and when a number of machines pass the regression tests, use a script-hook to create a compressed tar file of the repository on the SF server. Would that do?

Cheers,
Pete


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to