1.8.0 bug - The PROPFIND response did not include the requested properties

2013-06-22 Thread CyberMew
Error: The PROPFIND response did not include the requested properties Just updated from latest 1.7.x to 1.8.0 on Windows 7 64bit machine. Receive the above error message through tortisesvn. Using svn command line doesn't make a difference. Happens to all my repos.

Subversion included in the Softpedia software database

2013-06-22 Thread Softpedia Editorial Team
Hello, As you may already know, Subversion, one of your products, is part of Softpedia's database of software programs for the Windows operating system. It is featured with a description text, screenshots, download links and technical details on this page: http://www.softpedia.com/get/Programming/

[no subject]

2013-06-22 Thread Ronen Tsaban
--- Subversion Exception! --- Subversion encountered a serious problem. Please take the time to report this on the Subversion mailing list with as much information as possible about what you were trying to do. But please first search the mailing list

Re: svnpubsub dependcy problem building RPM's for Subverssion 1.8.0

2013-06-22 Thread Branko Čibej
On 22.06.2013 20:09, Nico Kadel-Garcia wrote: > On Sat, Jun 22, 2013 at 12:02 PM, Branko Čibej wrote: >> On 22.06.2013 17:46, Nico Kadel-Garcia wrote: >>> There's also an issue with inconsistent use of ;/usr/local/bin/pyton, >>> or "/usr/bin/env python", fo the svnpubsub *.py scripts: >> That inco

Re: Encoding problems in subversion under Mac OS X (HFS+)

2013-06-22 Thread Branko Čibej
On 22.06.2013 02:56, Clemens Gruber wrote: > Hi, I adjusted the UTF-8-MAC patch for 1.8. If nobody reports any > problems, maybe this change can be integrated into subversion? (for > the next release?) Not in its current form because it does not solve the case where denormalized file names are alr

E175004: The PROPFIND response did not include the requested properties

2013-06-22 Thread Josh Geller
Get this message when attempting to commit either through svn command line (1.8.0) or TortoiseSVN 1.8.0. This is a working set that was upgraded from svn 1.7, and the server is a hosted svn on atlassian.net which is Subversion version 1.6.11 (r934486). Others are having the same problem here:

Encoding problems in subversion under Mac OS X (HFS+)

2013-06-22 Thread Clemens Gruber
Hi, I adjusted the UTF-8-MAC patch for 1.8. If nobody reports any problems, maybe this change can be integrated into subversion? (for the next release?)To those having this UTF-8-MAC issue: Please let me know if this patch fixes it for you.You can reply here and/or write a comment on Github: https:

Re: Merge gives E160013 Error after upgrade to svn-1.7.10

2013-06-22 Thread Joakim Schramm
Replying to my own maila s I have some more information. On 22/06/2013 13:13, Joakim Schramm wrote: Hi list, After upgrading from svn-1.7.9 to 1.7.10 and doing a merge operation have done regularly during the last 2 years or so, I now get an E160013 Error: svn dev # svn merge ^/vendor/d7-core/

Re: svnpubsub dependcy problem building RPM's for Subverssion 1.8.0

2013-06-22 Thread Branko Čibej
On 22.06.2013 17:46, Nico Kadel-Garcia wrote: > There's also an issue with inconsistent use of ;/usr/local/bin/pyton, > or "/usr/bin/env python", fo the svnpubsub *.py scripts: That inconsistency is very intentional: some of the python files are hook scripts, and those use the absolute path of the

svnpubsub dependcy problem building RPM's for Subverssion 1.8.0

2013-06-22 Thread Nico Kadel-Garcia
I'm working with SRPM packaging of Subversion 1.8.0. So far so good, but there's an RPM dependency problem for the svnpubsub scripts. The issue is that there's a stack of init scripts stoed in tools-doc/server-side/svnpubsub/rc.d That's all well and good, they're for different operating systems an

Re: svnmucc installation bug in Subversion 1.8.0

2013-06-22 Thread Nico Kadel-Garcia
On Fri, Jun 21, 2013 at 4:45 AM, Philip Martin wrote: > Nico Kadel-Garcia writes: > >> # Compatibility symlink. >> # This runs after the target of the same name in build-outputs.mk. >> INSTALL_EXTRA_TOOLS=\ >> $(MKDIR) $(DESTDIR)$(bindir); \ >> test -n "$$SVN_SVNMUCC_IS_SVNSYITF" && \ >> ln

Re: Advice for changing filename case in SVN on case insensitive system

2013-06-22 Thread Andy Levy
On Fri, Jun 21, 2013 at 7:03 PM, Johan Corveleyn wrote: > On Fri, Jun 21, 2013 at 12:56 AM, Geoff Hoffman > wrote: >> Yes, that helps, Dave, thanks. >> >> But, >> >> deleting the file from Subversion, then adding the copy with the correct >> case. >> >> Question: Doesn't that blow away revision h

Merge gives E160013 Error after upgrade to svn-1.7.10

2013-06-22 Thread Joakim Schramm
Hi list, my first post as I subscribed due to my problem, so please be gentle in case I don't get it right ;-) After upgrading from svn-1.7.9 to 1.7.10 and doing a merge operation have done regularly during the last 2 years or so, I now get an E160013 Error: svn dev # svn merge ^/vendor/d7

Re: Advice for changing filename case in SVN on case insensitive system

2013-06-22 Thread Branko Čibej
On 21.06.2013 23:48, Thomas Harold wrote: > On 6/20/2013 6:56 PM, Geoff Hoffman wrote: >> deleting the file from Subversion, then adding the copy with the correct >> case. >> >> Question: Doesn't that blow away revision history? If I didn't care >> about revision history I would just start over wit