Re: Trouble getting started

2010-08-30 Thread Csaba Raduly
On Sat, Aug 28, 2010 at 11:07 PM, Fred Krogh wrote: >  I'm new to subversion or in fact to any version control system and > evidently have some error in my mind set when reading documents and > trying to get subversion to work.  I'm using a gentoo linux system and > believe I have everything neces

Re: "Can't replace 'x' with a node of a differing type" in merge from trunk

2010-08-30 Thread Stefan Sperling
On Sun, Aug 29, 2010 at 10:09:50AM +0300, Daniel Hershcovich wrote: > > Hello, > > Please read the following message on stackoverflow.com: > http://stackoverflow.com/questions/3565354/svn-merge-error-merging-trunk-to-branch-and-link-has-been-replaced-with-director > > > Could this be a Subversi

about the installation error of viewvc

2010-08-30 Thread Feng WANG
Hi all I have installed the subversion 1.6.12 (r955767) on centos5.5, and integrated the subversion into apache httpd service, and I can visit the repos using http protocol from internet explorer. Then I want to view the repos source code online, so I installed the ViewVC 1.1.

Re: about the installation error of viewvc

2010-08-30 Thread Andy Levy
On Mon, Aug 30, 2010 at 07:37, Feng WANG wrote: > Hi all > > > >     I have installed the subversion 1.6.12 (r955767) on > centos5.5, and integrated the subversion into apache httpd service, and I > can visit the repos using http protocol from internet explorer. > > Then I want to view

Re: about the installation error of viewvc

2010-08-30 Thread Mark Phippard
Give CollabNet Subversion Edge a try. It provides a complete stack of Apache, Subversion and ViewVC that are all pre-configured to work together. You also get a web-based UI for configuring and managing the server: http://www.open.collab.net/products/subversion/whatsnew.html?cid=sefp0810 On M

Re: SSL handshake failed: SSL error: A TLS warning alert has been received.

2010-08-30 Thread Larry Evans
On 08/27/10 11:39, Larry Evans wrote: [snip] > This is the 2nd thread that's mentioned ubuntu's lucid. > The last post to the other thread is found here: > > http://article.gmane.org/gmane.comp.version-control.subversion.user/99801 > > Maybe ubuntu people have some idea what's wrong; however, I'v

RE: Subversion encountered a serious problem - during svn update

2010-08-30 Thread Patrick Fletcher
Hello, The below is occurring now with Java files also, so it doesn't seem to be discriminating at all. The only way for me to get around it is to delete working copy and check out head. Repository has been svnadmin verified. Is there any information I could give that would be helpful to anyone w

Re: Ubuntu: store user credentials for svn-client

2010-08-30 Thread Larry Evans
On 08/27/10 11:02, Larry Evans wrote: [snip] > I can't help but can sympathize. I found a very similar problem > after upgrading ubuntu 8.04 -> ubuntu 10.04. > > However, my symptoms were slightly different. I got the: > > Could not authenticate > > message but before that I got some query c

Hook to check for a presence of file before committing

2010-08-30 Thread Tech Geek
Hi, I am just getting started with SVN and I am running the latest version of subversion on a Windows Server. I am looking for a pre-commit.bat hook that will check for presence of a particular file (say project.xml) before commiting to the repository. If the working copy that is about to be commi

Re: about the installation error of viewvc

2010-08-30 Thread Nico Kadel-Garcia
On Mon, Aug 30, 2010 at 7:37 AM, Feng WANG wrote: > Hi all > > > >     I have installed the subversion 1.6.12 (r955767) on > centos5.5, and integrated the subversion into apache httpd service, and I Use the RPM's at RPMforge for Subversion, and from RPMforge or EPEL for viewvc. If you

Re: about the installation error of viewvc

2010-08-30 Thread Les Mikesell
On 8/30/2010 1:03 PM, Nico Kadel-Garcia wrote: On Mon, Aug 30, 2010 at 7:37 AM, Feng WANG wrote: Hi all I have installed the subversion 1.6.12 (r955767) on centos5.5, and integrated the subversion into apache httpd service, and I Use the RPM's at RPMforge for Subversion, a

question on svn list

2010-08-30 Thread Charles Li
windows server 2003 repoository root -> e:\svn\repos cotsvn points to e:\svn\repos repositories: -> e:\svn\repos\fms and e:\svn\repos\hrms when I try to do a svn list on the root node, I only get: C:\Program Files\SlikSvn\bin>svn list https://cothubt1.com:7580/cotsvn/ svn: OPTIONS of 'https://co

Re: question on svn list

2010-08-30 Thread Ryan Schmidt
On Aug 30, 2010, at 16:19, Charles Li wrote: > windows server 2003 > repoository root -> e:\svn\repos > cotsvn points to e:\svn\repos > > repositories: -> e:\svn\repos\fms and e:\svn\repos\hrms > > when I try to do a svn list on the root node, I only get: > > C:\Program Files\SlikSvn\bin>svn li

Re: Hook to check for a presence of file before committing

2010-08-30 Thread Ryan Schmidt
On Aug 30, 2010, at 12:50, Tech Geek wrote: > I am just getting started with SVN and I am running the latest version of > subversion on a Windows Server. I am looking for a pre-commit.bat hook that > will check for presence of a particular file (say project.xml) before > commiting to the reposi

Re: Hook to check for a presence of file before committing

2010-08-30 Thread Ryan Schmidt
You should use Reply All so your replies go to the mailing list too, not just to me. On Aug 30, 2010, at 19:32, Tech Geek wrote: > Ryan, > >> Subversion hook scripts run on the server, not the client, so they have no >> knowledge of the user's working copy. So there's no way to do what you w

Re: Hook to check for a presence of file before committing

2010-08-30 Thread Tech Geek
>Perhaps if you explain why you want to check for the existence of this file in the working copy we can help you find a different way of >going about it. OK. Let me try to explain this. The code that we are trying to commit is generated by an IDE - a software development tool. The particular file (

Re: Hook to check for a presence of file before committing

2010-08-30 Thread David Weintraub
On Mon, Aug 30, 2010 at 8:46 PM, Tech Geek wrote: >>Perhaps if you explain why you want to check for the existence of this file >> in the working copy we can help you find a different way of >going about it. > OK. Let me try to explain this. > The code that we are trying to commit is generated by