[Bf-python] FaceNormals

Willian Padovani Germano wgermano at ig.com.br
Sun Oct 19 03:12:29 CEST 2003


Hi Joseph,

By default, at least with the linux cvs client, the option to descend to
folders inside the one you're in when you run a cvs command is "on".

With that, if you, for example, want to restrict yourself to the python
folder and the ones inside it: python/api2_2x, then python/api2_2x/doc , you
just need to cd to source/blender/ and use python as your path:

be in source/blender and do:
cvs -d... update python

This is a check, of course.  It'll tell you which files you have changed.
If that is ok, o actually commit, as you know, do:

cvs -d... commit python

and the client should look at changes in python, python/api2_2x and
python/api2_2x/doc.

So what I mean is: cd to the parent directory whose children dirs include
all the ones where you made changes to.  Or, to simplify: be in the root
blender dir
and do

cvs -d... update source

from there, then confirm the changed files and do your commit.  Of course
this takes longer, since it'll check more dirs.

--
Willian, wgermano at ig.com.br




More information about the Bf-python mailing list