Re: Clarifying Repository Setup and Initial Import

2014-07-15 Thread Ryan Schmidt
On Jul 14, 2014, at 11:21 AM, Rich Shepard wrote: > When I run 'svnlook info file:///home/rshepard/development/svn-repos/' > this error is reported: > > svnlook: E02: Can't open file > 'file:/home/rshepard/development/svn-repos/format': No such file or > directory > > Yet, that file is pres

Re: Clarifying Repository Setup and Initial Import

2014-07-14 Thread Rich Shepard
On Mon, 14 Jul 2014, Mark Phippard wrote: Create the empty repository then use svn mkdir to create folders in the repository. Mark, It took me two tries to get it right because the first time I used the --parent option with mkdir and that removed the original source directories for which I

Re: Clarifying Repository Setup and Initial Import

2014-07-14 Thread Rich Shepard
On Mon, 14 Jul 2014, Mark Phippard wrote: You cannot manipulate the actual file system of your repository using your OS commands. Mark, I didn't think so, but the book is not very clear on this. Create the empty repository then use svn mkdir to create folders in the repository. You only s

Re: Clarifying Repository Setup and Initial Import

2014-07-14 Thread Mark Phippard
You cannot manipulate the actual file system of your repository using your OS commands. Create the empty repository then use svn mkdir to create folders in the repository. You only see the content of a repository using SVN client. > On Jul 14, 2014, at 9:21 AM, Rich Shepard wrote: > > Runn

Clarifying Repository Setup and Initial Import

2014-07-14 Thread Rich Shepard
Running 1.7.16 on Slackware-14.1. I used svn about a decade ago and am now starting a new project and want to start fresh with the tool. I've read the book, particularly Chapters 2 and 5 several times and still have questions whose answers I don't find in the book. The repository is located i