Reported bug with utf-8 strings
[be.git] / .be / bugs / 427e0ca7-17f5-4a5a-8c68-98cc111a2495 / comments / 29ad0d9e-c05b-4793-bb8b-e8bf237f51b3 / body
1 > Currently, the code and interface of Bugs Everywhere speaks loosely
2 > about the term “RCS”. Sometimes it means “revision control system”
3 > referring in general to these types of system, and sometimes it talks
4 > about GNU RCS, a specific system.
5
6 I don't think we ever rever to GNU RCS.  Our current libbe.rcs.RCS
7 default implementation is a "don't version" backend for BE, but
8 perhaps this is what you're refereing to.
9
10 > I propose that “Version Control System” (“VCS”) has emerged as a
11 > consensus term to refer to such systems in general, with no specific
12 > reference to any particular system.
13
14 Fair enough.
15
16 > This will change some interface (e.g. the ‘rcs_name’ configuration
17 > setting, and some of the methods on objects), but making this change
18 > while Bugs Everywhere is small will be much less painful than making it
19 > later.
20
21 Hmm, we really need a method for upgrading the on-disk BugDir version.
22 It's hard when you need to maintain backwards compatibilty with
23 earlier versions in the VCS history....
24