Re: one doubt on subversion

2011-02-01 Thread vani yadav
Helo sir, I need one help from you. I downloaded subversion-1.6.15 source, i compiled and installed it. now i need GUI for subversion, so downloaded TortoiseSVN 1.6.12 source.i installed all the dependency package for TortoiseSVN. when i run the command nant subversion, i get the following

Re: one doubt on subversion

2011-02-01 Thread vishwajeet singh
On Tue, Feb 1, 2011 at 3:59 PM, vani yadav vani...@gmail.com wrote: Helo sir, I need one help from you. I downloaded subversion-1.6.15 source, i compiled and installed it. now i need GUI for subversion, so downloaded TortoiseSVN 1.6.12 source.i installed all the dependency package for

Re: one doubt on subversion

2011-02-01 Thread vani yadav
Hello sir, I want to build source TortoiseSVN because i want to customize TortoiseSVN. On Tue, Feb 1, 2011 at 2:42 AM, vishwajeet singh dextrou...@gmail.comwrote: On Tue, Feb 1, 2011 at 3:59 PM, vani yadav vani...@gmail.com wrote: Helo sir, I need one help from you. I downloaded

Re: one doubt on subversion

2011-02-01 Thread Ulrich Eckhardt
On Tuesday 01 February 2011, vani yadav wrote: Helo sir, EHLO madam\r\n now i need GUI for subversion, so downloaded TortoiseSVN [...] D:\SVN\TortoiseSVN\ext\build\apr.build(25,4): File 'D:\SVN\TortoiseSVN\ext\apr\include\apr.hw' does not exist. Try asking that in the TSVN users group, not

how do I add support for SSL

2011-02-01 Thread Nick Upson
I have downloaded and compiled 1.6.15 on fedora 8, where 1.4.4-7 was working fine (I need 1.6 for compatibity with other users) but when I do svn co https://x.y.z.1/... (my repo) I now get svn: SSL is not supported In case it's a configuration issue I'm using ./configure --with-ssl

Re: how do I add support for SSL

2011-02-01 Thread Nico Kadel-Garcia
On Tue, Feb 1, 2011 at 7:10 AM, Nick Upson nick.up...@gmail.com wrote: I have downloaded and compiled 1.6.15 on fedora 8, where 1.4.4-7 was working fine (I need 1.6 for compatibity with other users) but when I do svn co https://x.y.z.1/... (my repo) I now get svn: SSL is not

Re: how do I add support for SSL

2011-02-01 Thread Nick Upson
On 1 February 2011 12:34, Nico Kadel-Garcia nka...@gmail.com wrote: On Tue, Feb 1, 2011 at 7:10 AM, Nick Upson nick.up...@gmail.com wrote: I have downloaded and compiled 1.6.15 on fedora 8, where 1.4.4-7 was working fine (I need 1.6 for compatibity with other users) but when I do svn co

Re: how do I add support for SSL

2011-02-01 Thread Ryan Schmidt
On Feb 1, 2011, at 06:10, Nick Upson wrote: I have downloaded and compiled 1.6.15 on fedora 8, where 1.4.4-7 was working fine (I need 1.6 for compatibity with other users) but when I do svn co https://x.y.z.1/... (my repo) I now get svn: SSL is not supported In case it's a

Re: how do I add support for SSL

2011-02-01 Thread Nick Upson
On 1 February 2011 12:58, Ryan Schmidt subversion-20...@ryandesign.com wrote: On Feb 1, 2011, at 06:10, Nick Upson wrote: I have downloaded and compiled 1.6.15 on fedora 8, where 1.4.4-7 was working fine (I need 1.6 for compatibity with other users) but when I do svn co

Re: Checkout really slow in Windows with lots of files in one directory

2011-02-01 Thread Neil Bird
Around about 27/01/11 12:51, Nico Kadel-Garcia typed ... Are you *normally* out to a CIFS shared location, or to local NTFS disk? Not ... as such. No, this was particularly to test the client code/OS to try to pin things down for this issue. -- [neil@fnx ~]# rm -f .signature [neil@fnx

Re: Checkout really slow in Windows with lots of files in one directory

2011-02-01 Thread Neil Bird
Around about 28/01/11 04:32, Daniel Shahaf typed ... (I don't recall why the fixes on trunk weren't backported, but I imagine the threads linked from this thread say why.) The threads (that I've see) all peter out, with the last event being some saying a colleague was about to compile 1.6

RE: Merging in Subversion

2011-02-01 Thread Bob Archer
. Is there any best way to merge files in SVN or you need to incorporate any strong merging tool? Text files are handled well by SVN's builtin merging capabilities. For other files, I don't know how to merge them. In practice, I consider anything non-textual as non-mergable, too. This

RE: externals behavior with tags

2011-02-01 Thread Bob Archer
Option 2 is supported, and in fact is the recommended method. See: http://svnbook.red-bean.com/nightly/en/svn- book.html#svn.advanced.externals And if you want the externals references on your trunk to float with the trunk of the referenced item during development, one approach is

Re: Checkout really slow in Windows with lots of files in one directory

2011-02-01 Thread Neil Bird
Around about 01/02/11 15:36, Neil Bird typed ... I've had no response from the email I sent him privately, so I may try that myself, and maybe then raise a ticket (or whatever system they use) to ask for the backport if it works. My bad, I just found Thunderbird has mis-threaded his reply.

Re: Checkout really slow in Windows with lots of files in one directory

2011-02-01 Thread Mark Phippard
On Wed, Jan 26, 2011 at 9:28 AM, Neil Bird n...@jibbyjobby.co.uk wrote:  We have a graphics-oriented code-base that's auto-generated and has 5000 source files in one directory.  While I can check this out OK on Linux, we're seeing an unusable slow-down on Windows XP (NTFS), both using Tortoise

RE: Copy with externals, then commit fails

2011-02-01 Thread Bob Archer
I tried to create a new branch of a trunk that had some svn:externals definition. In particular, it pointed to a file. I.e. /somewhere/a.txt@4 a.txt I used svn copy svn://server/trunk branch And the output from that was the usual stuff including E  a.txt (indicating an externals

unsubscribe

2011-02-01 Thread Lionel Varay
unsubscribe

missing carriage returns from output of svn diff in Windows

2011-02-01 Thread David Chapman
Running Subversion 1.6.15 under Windows 7, if I redirect the output of svn diff to a file and then try to edit that file using Notepad, the line breaks are garbled. In particular they have only the '\n' character, not the '\r' character. For example, if svn_usage_notes.txt is in my

Re: missing carriage returns from output of svn diff in Windows

2011-02-01 Thread Johan Corveleyn
On Tue, Feb 1, 2011 at 9:39 PM, David Chapman dcchap...@acm.org wrote: Running Subversion 1.6.15 under Windows 7, if I redirect the output of svn diff to a file and then try to edit that file using Notepad, the line breaks are garbled.  In particular they have only the '\n' character, not the

Re: Post-Commit Hook for Windows

2011-02-01 Thread David Weintraub
On Mon, Jan 31, 2011 at 4:16 AM, Waseem Bokhari waseem.bokh...@netsoltech.com wrote: Will you guys please share example script for Email Generation on Each Commit in SVN Windows Environment. Here's a script called svn-watch.pl: http://dl.dropbox.com/u/433257/svn-watch.pl This is a Perl

Re: missing carriage returns from output of svn diff in Windows

2011-02-01 Thread David Chapman
On 2/1/2011 1:29 PM, Johan Corveleyn wrote: On Tue, Feb 1, 2011 at 9:39 PM, David Chapmandcchap...@acm.org wrote: Running Subversion 1.6.15 under Windows 7, if I redirect the output of svn diff to a file and then try to edit that file using Notepad, the line breaks are garbled. In particular

RE: Python 2.6 bindings

2011-02-01 Thread Alina Frey
Mark, Daniel, Thanks for all your inputs. I think I am getting closer to the seeing the light at the end of the tunnel :). I will describe below all the steps that I took in order to download, install and setup. Please let me know if everything seems alright or I need to change anything. I read

Re: missing carriage returns from output of svn diff in Windows

2011-02-01 Thread Stefan Sperling
On Tue, Feb 01, 2011 at 12:39:29PM -0800, David Chapman wrote: 000 I n d e x : s v n _ u s a g e 020 _ n o t e s . t x t \r \n = = = = 040 = = = = = = = = = = = = = = = = * 120 =

RE: sparse working directories and externals

2011-02-01 Thread Dave Andreas
Johan, Thanks for the reply. I looked at the two issues being tracked and they summary my problem fairly well. Dave Andreas -Original Message- From: Johan Corveleyn [mailto:jcor...@gmail.com] Sent: Saturday, January 29, 2011 3:48 AM To: Dave Andreas Cc: users@subversion.apache.org

Error on Post Commit Hook.BAT

2011-02-01 Thread Waseem Bokhari
Here is a Post-Commit.bat for generating email on every-commit. @echo off : ::: ARGUMENTS ::: SET REPOS=%1 SET REV=%2 : ::: GENERAL INFO

RE: Error on Post Commit Hook.BAT

2011-02-01 Thread Waseem Bokhari
Even I have changed the slashed but the message was same. Please advice. Cheers! cid:image001.jpg@01CA74D6.C3770120 Waseem Bokhari I Configurations and Release Management NetSol Technologies (NasdaqCM: NTWK) Tel: +92 42 111448800 Ext: 346 Mob: +92 321 4294926

Re: Error on Post Commit Hook.BAT

2011-02-01 Thread David Chapman
On 2/1/2011 10:54 PM, Waseem Bokhari wrote: http://www.netsoltech.com/// *From:*David Chapman [mailto:dcchap...@acm.org] *Sent:* Wednesday, February 02, 2011 11:48 AM *To:* Waseem Bokhari *Cc:* users@subversion.apache.org *Subject:* Re: Error on Post Commit Hook.BAT On 2/1/2011 10:16 PM,

RE: Copy with externals, then commit fails

2011-02-01 Thread Ryno Changuion
I tried to create a new branch of a trunk that had some svn:externals definition. In particular, it pointed to a file. I.e. /somewhere/a.txt@4 a.txt I used svn copy svn://server/trunk branch And the output from that was the usual stuff including E  a.txt (indicating an externals

RE: Error on Post Commit Hook.BAT

2011-02-01 Thread Waseem Bokhari
I am not using any email program But Only using my SMTP SERVER E:\Repositories\WSBokhari\hooks\send_message.exe %MESSAGE_FILE% %server% %to% %from% %subj% %auth% Then how would I mention this? Thanks Cheers! cid:image001.jpg@01CA74D6.C3770120 Waseem Bokhari I Configurations and

Re: Error on Post Commit Hook.BAT

2011-02-01 Thread David Chapman
On 2/1/2011 11:36 PM, Waseem Bokhari wrote: I am not using any email program But Only using my SMTP SERVER E:\Repositories\WSBokhari\hooks\send_message.exe%MESSAGE_FILE% %server% %to% %from% %subj% %auth% Then how would I mention this? You need to find a program that contacts your SMTP