Re: Conflict file naming
Nicolás Lichtmaier <[email protected]> Thu, 05 Jan 2006 15:27:05 -0300
| Newsgroups | gmane.comp.version-control.subversion.devel,gmane.mail.eyebrowse.user |
|---|---|
| Message-ID | <43BD64F9.1060307__27362.9521056593$1136488382$gmane$org@reloco.com.ar> |
>>>> Is it possible to tell the Subversion client to use other namings for >>>> the .mine and before/after-revision files, e.g.: >>>> >>>> foo.mine.doc >>>> foo.r63.doc >>>> foo.r64.doc >>>> Now that this is being analyzed, wouldn't it be better to use something like: mine-foo.doc (or my-foo.doc) r63-foo.doc r64-foo.doc ... so that files with double extensions still work (tar.gz). Perhaps, it would be better to keep these files together in a "sort by name" list: svn-mine-foo.doc (or my-foo.doc) svn-r63-foo.doc svn-r64-foo.doc