Re: Consulta

2012-01-09 Thread Thorsten Schöning
Guten Tag Valeska Ortega Valdivia, am Montag, 9. Januar 2012 um 20:21 schrieben Sie: > Este software (Subversion) es gratis hay que pagar alguna licencia?? This list is in english, but Subversion is non commercial, free and open source. Of course there a coompany given commercial support and stu

Re: error found; cannot report

2012-01-09 Thread C. Michael Pilato
Daniel is correct. Subversion uses UTF8 for path encoding. The book text is correct. -- Sent from my mobile device. Daniel Shahaf wrote: On Mon, Jan 9, 2012, at 12:20, ppeder...@mapfreusa.com wrote: > I have found what appears to be an error in the documentation. However, it > appears that

Re: How to turn off svn:executable from /etc/subversion/config

2012-01-09 Thread Daniel Shahaf
On Mon, Jan 9, 2012, at 17:23, Steve Kelem wrote: > I agree, lots of files *shouldn't* be marked executable, but lots of users > just don't care. > I'm trying to protect everyone else from their sloppiness. > That's why I'd like to turn svn:executable off with the autoprops. > If someone *really

Re: error found; cannot report

2012-01-09 Thread ppedersen
Thanks. Sorry for causing trouble. Paul Pedersen Sr. Systems Analyst Phone | 925.734.1700 Ext. 71079 Email | ppeder...@mapfreusa.com | www.mapfreinsurance.com American Commerce Insurance Company | Commerce Insurance Company | Commerce West Insurance Company | Citation Insurance Company | MAPF

Re: How to turn off svn:executable from /etc/subversion/config

2012-01-09 Thread Steve Kelem
I agree, lots of files *shouldn't* be marked executable, but lots of users just don't care. I'm trying to protect everyone else from their sloppiness. That's why I'd like to turn svn:executable off with the autoprops. If someone *really* needs svn:executable on some file that shouldn't normally h

Re: error found; cannot report

2012-01-09 Thread Daniel Shahaf
On Mon, Jan 9, 2012, at 12:20, ppeder...@mapfreusa.com wrote: > I have found what appears to be an error in the documentation. However, it > appears that I cannot file a erratum report without having a gmail > account. I don't want one of those; I just want to help fix this error. If > you cou

error found; cannot report

2012-01-09 Thread ppedersen
I have found what appears to be an error in the documentation. However, it appears that I cannot file a erratum report without having a gmail account. I don't want one of those; I just want to help fix this error. If you could forward this to the documentation people, that would be fine. Thank

Consulta

2012-01-09 Thread Valeska Ortega Valdivia
Buenas tardes, Este software (Subversion) es gratis hay que pagar alguna licencia?? Atentamente, Valeska Ortega Valdivia Gerencia de Tecnología Exposición 221, Estación Central, Santiago - Chile Fono: (56- 02) 9565722 / Anexo: 25722 www.correos.cl [cid:image001.jpg@01C

Re: How to turn off svn:executable from /etc/subversion/config

2012-01-09 Thread Daniel Shahaf
You can't do this with autoprops. (See auto_props_enumerator() in libsvn_client/add.c; and notice the output of a manual 'svn propset svn:executable false'.) Feel free to file a bug about this, and/or submit a patch implementing this. Concretely, though, README shouldn't be marked executable in

How to turn off svn:executable from /etc/subversion/config

2012-01-09 Thread Steve Kelem
I want to turn OFF the svn:executable property for many file types from inside /etc/subversion/config. Is there a way to do this? The documentation for this property says that its existence will force its value to "*". I want to be able to specify something like: README= svn:eol-style=nat

Re: update dev and test servers from SVN

2012-01-09 Thread fmdano
Thanks Ryan...i thought using export would be a bad idea...but using update was something I thought about later. Plus, i'll take a look at notify mirror. Dna On Jan 9, 12:53 pm, Ryan Schmidt wrote: > On Jan 9, 2012, at 07:40,fmdanowrote: > > > Ok, so CI is the best approach, but is there a way o

Re: update dev and test servers from SVN

2012-01-09 Thread Ryan Schmidt
On Jan 9, 2012, at 07:40, fmdano wrote: > Ok, so CI is the best approach, but is there a way or an approach that > just uses SVN? can you use a tag and update a test server via an > update, or do you have to use export and export over the existing > code? Is there an easy way to do this where the

Re: inconsistent branching (svn cp).

2012-01-09 Thread Paweł Sikora
On Monday 09 of January 2012 10:17:09 Philip Martin wrote: > Paweł Sikora writes: > > > i'm wondering why the svn branching produces different history for > > local vs. remote copy? please check the attached test.sh and final > > svn logs from http://pastebin.com/UNKXJCcH. revision 3 and 4 do t

crash?

2012-01-09 Thread Art Metz
Executing my commit batch file: @echo off "C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" /command:commit /path:"\dev" /notempfile /closeonend:0 EXIT --- Subversion Exception! --- Subversion encountered a serious problem. Please take the time to

Re: update dev and test servers from SVN

2012-01-09 Thread Thorsten Schöning
Guten Tag fmdano, am Montag, 9. Januar 2012 um 14:40 schrieben Sie: > Ok, so CI is the best approach, but is there a way or an approach that > just uses SVN? can you use a tag and update a test server via an > update, or do you have to use export and export over the existing > code? Is there an ea

Re: update dev and test servers from SVN

2012-01-09 Thread fmdano
Ok, so CI is the best approach, but is there a way or an approach that just uses SVN? can you use a tag and update a test server via an update, or do you have to use export and export over the existing code? Is there an easy way to do this where the test server code can be a working copy checked ou

Re: inconsistent branching (svn cp).

2012-01-09 Thread Philip Martin
Paweł Sikora writes: > i'm wondering why the svn branching produces different history for > local vs. remote copy? please check the attached test.sh and final > svn logs from http://pastebin.com/UNKXJCcH. revision 3 and 4 do the > same thing (branch via directory copy) but produce different log

Re: svn: E235000: In file '..\..\..\subversion\libsvn_client\commit_util.c' line 474: assertion failed ((copy_mode_root && copy_mode) || ! copy_mode_root) - Bayesian Filter detected spam

2012-01-09 Thread Philip Martin
Volker Schöch writes: > This solves my problem at hand, but surely svn should not crash in > this case and either handle it as intended or exit with some helpful > error message. Agreed. I've raised issue 4094: http://subversion.tigris.org/issues/show_bug.cgi?id=4094 -- Philip

Re: svn: E235000: In file '..\..\..\subversion\libsvn_client\commit_util.c' line 474: assertion failed ((copy_mode_root && copy_mode) || ! copy_mode_root) - Bayesian Filter detected spam

2012-01-09 Thread Volker Schöch
Philip, Thank you for getting back to me. svn info: Path: . Working Copy Root Path: C:\svn_vschoech\dev\chartbranch21000 URL: http://server:8088/svn/dev/chartbranch21000 Repository Root: http://server:8088/svn Repository UUID: ad1beaad-0fd3-4144-8000-4b573cec81f8 Revision: 44554 Node Kind: directo