Re: SVN installation

2014-07-14 Thread Nico Kadel-Garcia
On Mon, Jul 14, 2014 at 2:14 PM, Somashekarappa, Anup (CWM-NR) wrote: > > > Hi, > > We are facing some issue while installing apache SVN 1.7.8 in unix server. > > Could you please provide the link or steps to install SVN? > > Thanks, > Anup T S Which operating system? It's certainly described in

svn up * - Crash log - SlikSVN 1.8.9

2014-07-14 Thread Davide Grandi
Attached. Sorry, first crash ever since (maybe) 2005. Cleanup - retried (inside the crashed wc) -all ok. Best reagrds and thanks ! Davide Grandi -- Ing. Davide Grandi email : davide.gra...@mclink.it mobile : +39 339 7468 778 Process info: Cmd line: svn up * Working Dir: C:\Sempronio\Lav

[no subject]

2014-07-14 Thread Jacky wong

Re: Crash report

2014-07-14 Thread Bert Huijben
This is caused by a known issue on soms kinds of incoming deletes/replacement during merges which use --force. We recommend to stop using --force and/or upgrade to 1.8.9 where the specific problem was fixed. --force was useful on merges to avoid limitations of older subversion versions, but no

Re: SVN installation

2014-07-14 Thread Rich Shepard
On Mon, 14 Jul 2014, Somashekarappa, Anup (CWM-NR) wrote: We are facing some issue while installing apache SVN 1.7.8 in unix server. Could you please provide the link or steps to install SVN? http://svnbook.red-bean.com/ Rich

SVN installation

2014-07-14 Thread Somashekarappa, Anup (CWM-NR)
Hi, We are facing some issue while installing apache SVN 1.7.8 in unix server. Could you please provide the link or steps to install SVN? Thanks, Anup T S __ This email is intended only for the use of the individual(s) to

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