changing the structure of code in public repo

2010-12-22 Thread mark jason
hi, My former team member had put some code in a public repository sometime back.Currently I am the sole team member now and need to modify the code. I am relatively new to subversion and version control systems in general.. I can checkout the code using svn checkout https://myproject.somepublicre

RE: changing the structure of code in public repo

2010-12-22 Thread Bob Archer
> My former team member had put some code in a public repository > sometime back.Currently I am the sole team member now and need to > modify the code. > I am relatively new to subversion and version control systems in > general.. > > I can checkout the code using > svn checkout https://myproject.

Re: changing the structure of code in public repo

2010-12-22 Thread Ulrich Eckhardt
On Wednesday 22 December 2010, mark jason wrote: > I am relatively new to subversion and version control systems in > general.. Read the introduction in the book (see my signature). Set up a toy repository for testing things. You can even clone the life repository if you want to check how things

Re: changing the structure of code in public repo

2010-12-22 Thread Thorsten Schöning
Guten Tag mark jason, am Mittwoch, 22. Dezember 2010 um 14:42 schrieben Sie: > How should I go about this? First of all you should read at a least a bit through the docs and get to know about best practices, what is possible etc. http://svnbook.red-bean.com/nightly/en/svn-book.html > should I c