Дон Карлос ([info]kastaneda) wrote,
@ 2006-02-02 17:33:00
Previous Entry  Add to memories!  Share this!  Next Entry
Entry tags:webdev

Ненавижу узколобых ортодоксов. Нагуглилось:

И всё-таки... У меня есть веб-проект в CVS и файлик в нём, допустим, config.php, локальные изменения в котором (ip'шки, хосты, пароли к БД etc) должны игнорироваться. Как же это сделать?

Upd.: Для тех, кто не в курсе: .cvsignore влияет только на cvs update. А меня интересует commit.


(7 comments) - (Post a new comment)


[info]minitoka
2006-02-02 03:15 pm UTC (link)

[info]kastaneda
2006-02-02 03:36 pm UTC (link)
Не особо.

1. См. апдейт.
2. Сижу, гуглю патчи к самой cvs. Cervisia, например, имеет фичу "exclude selected files from commit".

(Reply to this) (Parent)


[info]egorfine
2006-02-02 03:16 pm UTC (link)
.cvsignore ?

(Reply to this) (Thread)


[info]kastaneda
2006-02-02 03:26 pm UTC (link)
Нет. Действие .cvsignore не распространяется cvs commit.

(Reply to this) (Parent)


[info]yrashk
2006-02-02 04:45 pm UTC (link)
в порядке бреда
1. config.php инклюдящий config.inc, который в свою очередь игнорируемый?
2. бранчи?

(Reply to this)


[info]ex_greedy_in479
2006-02-03 10:54 am UTC (link)
rm -f config.php
cvs remove config.php
cvs commit

(Reply to this)


[info]antidracula
2006-02-05 07:17 pm UTC (link)
subversion?

(Reply to this)


(7 comments) - (Post a new comment)