Re: Re: define files structure in svn (CAD PDM)

2014-02-07 Thread Roberto Bartola
Lorenz Wrote:



Roberto Bartola wrote:

Hi all,
I'm trying to use svn as a PDM for CAD files.

( http://en.wikipedia.org/wiki/Product_data_management )

It looks working fine but I'd like to do better.

-1 structure
In my CAD I can create an assembly which is a file where I assembly many
parts or subassemblies.
Is it possible to create a structure (it could be a txt file) where svn
reads the parts which belongs to the assembly, so to commit, update, lock
 the files linked to the father?
[...]

-2 folders
To keep ordered my repository I'd like to keep a folders structure (for
example steel-parts; plastic-parts; rubber-parts ) but when inporting
the project I'd like to keep the files all in a single level.
Is it possible?
[...]

have a look at file externals
--

Lorenz

Thank you Lorenz for reply.
Searching in internet I had found externals but I was not able to manage it
for my purposes.
Could you please make me an example on how to design it?

Thank you

-- 
-
Hello world !
Roberto was here !


Re: define files structure in svn (CAD PDM)

2014-02-04 Thread Lorenz
Roberto Bartola wrote:

Hi all,
I'm trying to use svn as a PDM for CAD files.

( http://en.wikipedia.org/wiki/Product_data_management )

It looks working fine but I'd like to do better.

-1 structure
In my CAD I can create an assembly which is a file where I assembly many
parts or subassemblies.
Is it possible to create a structure (it could be a txt file) where svn
reads the parts which belongs to the assembly, so to commit, update, lock
 the files linked to the father?
[...]

-2 folders
To keep ordered my repository I'd like to keep a folders structure (for
example steel-parts; plastic-parts; rubber-parts ) but when inporting
the project I'd like to keep the files all in a single level.
Is it possible?
[...]

have a look at file externals
-- 

Lorenz