Re: Seg fault when committing 'forks' with svn 1.8.1 client

2013-08-23 Thread Philip Martin
Stephane Odul steph...@odul.com writes: I have a project that I need to fork (in the same repo): $ svn cp foo bar $ svn rm bar/trunk/some_dir $ svn rm bar/trunk/some_file $ emacs bart/trunk/other_files $ svn ci Segmentation fault: 11 Is that issue 4400?

Re: assertion failed (SV_IS_VALID_REVNUM(*youngest))

2013-08-23 Thread Stefan Sperling
On Wed, Aug 21, 2013 at 09:44:00AM -0600, Scott Chantry wrote: TortoiseSVN 1.8.1 windows x64. I opened up repo browser and after a long wait, this error popped up. I can't do anything with tortoisesvn1.8.1 I believe this will be fixed with Subversion 1.8.3 (ETA end of next week). Please let us

Re: using svn merge, svn diff, and svn patch

2013-08-23 Thread Stefan Sperling
On Thu, Aug 22, 2013 at 09:40:08AM -0400, James Hanley wrote: So other then tar-ing up the WC, there is no way to reproduce local changes like this on another system? I know the example given is fairly simple, but it could be very useful. If the changeset you want to transfer between working

New To SVN

2013-08-23 Thread Deepak Bhatia
Hello, I am able to create the repository using svnadmin create --fs-type fsfs http://demo/~deepak/svn But the import of a directory is giving error -bash-4.2$ svn import -m New import /home/deepak/keyword_spotter http://localhost/~deepak/svn svn: Repository moved permanently to

Re: New To SVN

2013-08-23 Thread Stefan Sperling
On Fri, Aug 23, 2013 at 06:07:42PM +0530, Deepak Bhatia wrote: Hello, I am able to create the repository using svnadmin create --fs-type fsfs http://demo/~deepak/svn 'svnadmin create' requires a local path to a directory that does not yet exist. It is supposed to be run on the SVN

Re: New To SVN

2013-08-23 Thread Deepak Bhatia
Hello, Ok I created a repository by giving the absolute path to the directory. svnadmin create --fs-type fsfs /home/deepak/public_html/svn2 Then importing a directory is giving the error -bash-4.2$ svn import -m New Import . http://demo.voxomos.com/~deepak/svn2 svn: Repository moved

svn merge

2013-08-23 Thread Brestin Sebastian
How reliable is svn merge? What changes are that it fails with success(instead of throwing a conflict it does a wrong merge)?

Re: New To SVN

2013-08-23 Thread Stefan Sperling
On Fri, Aug 23, 2013 at 06:38:42PM +0530, Deepak Bhatia wrote: Hello, Ok I created a repository by giving the absolute path to the directory. svnadmin create --fs-type fsfs /home/deepak/public_html/svn2 Then importing a directory is giving the error -bash-4.2$ svn import -m New Import

RE: Feature Req: sorthand urls for branches/tags in CLI

2013-08-23 Thread Andrew Reedick
-Original Message- From: Laszlo Kishalmi [mailto:lkisha...@ovi.com] Sent: Thursday, August 22, 2013 5:15 PM To: users@subversion.apache.org Subject: Feature Req: sorthand urls for branches/tags in CLI Implementation ideas: We put a specific property on project1 folder

Re: Feature Req: sorthand urls for branches/tags in CLI

2013-08-23 Thread Branko Čibej
On 23.08.2013 16:06, Andrew Reedick wrote: -Original Message- From: Laszlo Kishalmi [mailto:lkisha...@ovi.com] Sent: Thursday, August 22, 2013 5:15 PM To: users@subversion.apache.org Subject: Feature Req: sorthand urls for branches/tags in CLI Implementation ideas: We put a

RE: Switching

2013-08-23 Thread John Maher
I will try to explain one more time. The files in question are settings files (think config files) and intermediate compilet generated files. The settings files can be recreated at any time. If they are wrong the only thing affected is the development environment. The other files get

Re: Switching

2013-08-23 Thread Anders J. Munch
Edwin Castro wrote: I think the --force option is dangerous. Try it out but, in my opinion, you should not use it. Why? Doesn't it perfectly solve the described problem? I had like so many others given up on switch, because cleaning up working copies prior to the switch was annoying busywork,

Re: Switching

2013-08-23 Thread Edwin Castro
On 8/23/13 8:16 AM, Anders J. Munch wrote: Edwin Castro wrote: I think the --force option is dangerous. Try it out but, in my opinion, you should not use it. Why? Doesn't it perfectly solve the described problem? The problem with --force, as the documentation points out, is that it can make

Re: Switching

2013-08-23 Thread Edwin Castro
On 8/23/13 7:43 AM, John Maher wrote: The question is can I bring back my working directory from a failed switch (I'm talking undo, not resolve) so I can use the force option or must I always use the force option to be able to switch branches? I think the mailing list has already said the

Re: Switching

2013-08-23 Thread Edwin Castro
On 8/23/13 7:43 AM, John Maher wrote: The files in question are settings files (think config files) and intermediate compilet generated files. The settings files can be recreated at any time. If they are wrong the only thing affected is the development environment. The other files get

Re: Switching

2013-08-23 Thread Stefan Sperling
On Fri, Aug 23, 2013 at 09:24:52AM -0700, Edwin Castro wrote: I think the mailing list has already said the *best* way to use switch is to have a clean working copy (clean out all ignored and unversioned files which is admittedly inconvenient). This won't help right now, but cleaning out such

RE: Switching

2013-08-23 Thread John Maher
Good to know, thank you. -Original Message- From: Stefan Sperling [mailto:s...@elego.de] Sent: Friday, August 23, 2013 12:50 PM To: Edwin Castro Cc: users@subversion.apache.org Subject: Re: Switching On Fri, Aug 23, 2013 at 09:24:52AM -0700, Edwin Castro wrote: I think the mailing

Re: Switching

2013-08-23 Thread Les Mikesell
On Fri, Aug 23, 2013 at 11:17 AM, Edwin Castro 0ptikgh...@gmx.us wrote: I don't buy the argument about different histories: the pre-existing directory doesn't have a subversion history, so from svn's point of view there is no conflict. What are the real, practical problems that you know of

Re: Switching

2013-08-23 Thread Edwin Castro
On 8/23/13 10:34 AM, Les Mikesell wrote: I can't, off the top of my head, think of a scenario where it would be harmful to replace an unversioned directory with a versioned instance, leaving any unversioned local files that happen to be there alone. Leaving unversioned local files alone in a

Re: Switching

2013-08-23 Thread Les Mikesell
On Fri, Aug 23, 2013 at 1:09 PM, Edwin Castro 0ptikgh...@gmx.us wrote: I can't, off the top of my head, think of a scenario where it would be harmful to replace an unversioned directory with a versioned instance, leaving any unversioned local files that happen to be there alone. Leaving

RE: Switching

2013-08-23 Thread Andrew Reedick
-Original Message- From: Les Mikesell [mailto:lesmikes...@gmail.com] Sent: Friday, August 23, 2013 1:34 PM To: Edwin Castro Cc: Subversion Subject: Re: Switching I can't, off the top of my head, think of a scenario where it would be harmful to replace an unversioned directory

Re: Seg fault when committing 'forks' with svn 1.8.1 client

2013-08-23 Thread Ben Reser
On Fri Aug 23 01:36:55 2013, Philip Martin wrote: Stephane Odul steph...@odul.com writes: I have a project that I need to fork (in the same repo): $ svn cp foo bar $ svn rm bar/trunk/some_dir $ svn rm bar/trunk/some_file $ emacs bart/trunk/other_files $ svn ci Segmentation fault: 11 Is

Re: Feature Req: sorthand urls for branches/tags in CLI

2013-08-23 Thread Daniel Shahaf
Branko Čibej wrote on Fri, Aug 23, 2013 at 16:37:47 +0200: * svn mkdir --branch Creates a new directory with the svn:branch property set, with an empty value Example: svn mkdir --branch http://host/repo/trunk 'svn list-branches' would work how?

Planning a SVN upgrade

2013-08-23 Thread Maureen Barger
Hi - I am currently planning an upgrade from SVN 1.5 (using svnserve and ssh tunnel) to SVN 1.8.1 fronted with Apache and webdav using AD for authNz. We have about 50 repos. I'll be moving from an older Ubuntu 8 install to Centos 6 x64. My thought was I could upgrade the SVN installation in

Re: Feature Req: sorthand urls for branches/tags in CLI

2013-08-23 Thread Les Mikesell
On Thu, Aug 22, 2013 at 4:15 PM, Laszlo Kishalmi lkisha...@ovi.com wrote: I'd propose a -b [--branch] option or extend the meaning of ^ sign for those commands which can work with URL-s. Extending ˇ would mean that when used as ^/ it means repository root and using it as ^[branch] then it

how to simply : $svn update ?

2013-08-23 Thread Jay Vee
I do '$svn status' and get that I am at a certain revision Type 'svn help' for usage. cpu:/dirsvn update At revision 32933. This leads me to believe that I am fully sync'd with the repo since it pulled nothing back. --- I do svn status and see something surprising cpu:/dirsvn status ?

RE: how to simply : $svn update ?

2013-08-23 Thread Bob Archer
I do '$svn status' and get that I am at a certain revision Type 'svn help' for usage. cpu:/dirsvn update At revision 32933. This leads me to believe that I am fully sync'd with the repo since it pulled nothing back. --- I do svn status and see something surprising cpu:/dirsvn

RE: how to simply : $svn update ?

2013-08-23 Thread Andrew Reedick
From: Jay Vee [mailto:jvsr...@gmail.com] Sent: Friday, August 23, 2013 5:09 PM To: users@subversion.apache.org Subject: how to simply : $svn update ? I do '$svn status' and get that I am at a certain revision Type 'svn help' for usage. cpu:/dirsvn update At revision 32933. This

Re: Seg fault when committing 'forks' with svn 1.8.1 client

2013-08-23 Thread Stephane Odul
Thanks for the quick replies. Looking forward to svn 1.8.3. On Aug 23, 2013, at 11:56 AM, Ben Reser b...@reser.org wrote: On Fri Aug 23 01:36:55 2013, Philip Martin wrote: Stephane Odul steph...@odul.com writes: I have a project that I need to fork (in the same repo): $ svn cp foo bar $

Re: Switching

2013-08-23 Thread Ryan Schmidt
On Aug 23, 2013, at 13:31, Les Mikesell wrote: On Fri, Aug 23, 2013 at 1:09 PM, Edwin Castro wrote: I can't, off the top of my head, think of a scenario where it would be harmful to replace an unversioned directory with a versioned instance, leaving any unversioned local files that happen