On Mon, Jun 27, 2011 at 3:06 PM, Heinrich Huss < [email protected]> wrote:
> Hi, > > in a project at customer side I'm forced using cvs for version control > as this is the project standard. So far so good. But I want to use > fossil for my project in parallel. I'm wonder if there exists some > environment variable as in GIT with 'GIT_DIR' & 'GIT_WORK_TREE' . These > variable allows separation of the source files from the scm spezific > files. I like to have a clean working directory without fossil files > (_FOSSIL_ & manifest) . > Do "fossil set manifest off" to turn off the manifest and manifest.uuid files. That leaves just _FOSSIL_ (which you can rename to ".fos" if you like.) The _FOSSIL or .fos file cannot be separated from the check-out. But you could add it to your .cvsignore file so that CVS will never see it. > > Is that possible? > > Many Thanks > Hein > > > > -- > > Heinrich Huss > > PSH Consulting GmbH > Am Gewerbepark 10 > 64823 Groß-Umstadt > > Phone +49 6078 931 6455 > Fax +49 6078 96 9536 > > Mobile +49 171 43 46 773 > e-mail [email protected] > > *** PSH Consulting GmbH Legal Disclaimer *** > > Diese E-Mail einschließlich ihrer Anhänge ist vertraulich und ist > allein für den Gebrauch durch den vorgesehenen Empfänger bestimmt. > Dritten ist das Lesen, Verteilen oder Weiterleiten dieser E-Mail > untersagt. Wir bitten, eine fehlgeleitete E-Mail unverzüglich > vollständig zu löschen und uns eine Nachricht zukommen zu lassen. > > This email may contain material that is confidential and for the > sole use of the intended recipient. Any review, distribution by others > or forwarding without express permission is strictly prohibited. If you > are not the intended recipient, please contact the sender and delete > all copies. > > Hauptsitz: Magdeburger Strasse 1, D-64720 Michelstadt, USt-IdNr.: DE 21 117 > 1171 > Kommunikation: Telefon +49 6078 931 6455, Telefax +49 6078 96 95 36, > www.psh-consulting.de > Handelsregister: Amtsgericht Darmstadt, HRB 71404 > Geschäftsführer: Heinrich Huss, Thomas Riedl > > > > > > > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- D. Richard Hipp [email protected]
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

