How to set-up a simple subversion workflow
Posted
by
Milen Bilyanov
on Programmers
See other posts from Programmers
or by Milen Bilyanov
Published on 2012-04-09T15:59:36Z
Indexed on
2012/04/09
17:47 UTC
Read the original article
Hit count: 304
I am trying to set-up a simple SVN workflow at home. I am new to subversion (and programming) so I have been reading the official PDF documentations but still not sure about how to set-up my repository.
I am working mainly with python, bash and rsl (Renderman Shading Language)
So I already have a /dev structure on my disk as this:
http://imageshack.us/f/708/devstructure.png/
And I have a /site structure that links to my /dev folder:
http://imageshack.us/f/651/sitestructure.png/
So obviously starting to use SVN will change this approach that I already have in place.
The question is when I am setting-up my SVN repository for the work I do in my /dev folder:
Will I set-up a separate repository for each different programming platform? and Where exactly I should be placing my repository?
Thanks.
© Programmers or respective owner