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

2011-01-27 Thread Neil Bird
Around about 27/01/11 01:40, Johan Corveleyn typed ... http://svn.haxx.se/dev/archive-2010-04/0180.shtml Maybe someone else can comment more on this, and why it wasn't backported to 1.6 (or is it?). Excellent, yes, that would seem to be it. I did notice the huge number of counted .tmp file

Generate Emails through Subversion

2011-01-27 Thread Waseem Bokhari
I want to generate emails to specific recipients on Committing a particular folders of Subversion. PS: I am using Tortoise SVN and Need windows script for this. Thanks in advance. Cheers! cid:image001.jpg@01CA74D6.C3770120 Waseem Bokhari I Configurations and Release Management NetSo

Re: Generate Emails through Subversion

2011-01-27 Thread Ulrich Eckhardt
On Thursday 27 January 2011, Waseem Bokhari wrote: > I want to generate emails to specific recipients on Committing a particular > folders of Subversion. There is already a hook script that you can use to send mails, all you need to do is to look at the commit to determine whether the particular

Re: Generate Emails through Subversion

2011-01-27 Thread Ryan Schmidt
On Jan 27, 2011, at 02:30, Waseem Bokhari wrote: > I want to generate emails to specific recipients on Committing a particular > folders of Subversion. Write a post-commit hook script, or better yet, use one of the several existing scripts that have been written that do this. > PS: I am usin

RE: Generate Emails through Subversion

2011-01-27 Thread Waseem Bokhari
I have an Idea that No matter whatever the Client is Thanks to all Will you please share(Set an example) any successful script that really generate email on each commit on different repository folder level. Thanks in advance.    Cheers!   Waseem Bokhari I Configurations and Release Mana

Re: Generate Emails through Subversion

2011-01-27 Thread Ryan Schmidt
On Jan 27, 2011, at 03:18, Waseem Bokhari wrote: > Will you please share(Set an example) any successful script that really > generate email on each commit on different repository folder level. I can recommend you check out SVN::Notify: http://search.cpan.org/dist/SVN-Notify/ There's also commi

RE: Generate Emails through Subversion

2011-01-27 Thread Waseem Bokhari
I have Downloaded " SVN-Notify-2.80 " and Extract the Zip.. Now what to do with this ?? Bin (Folder) Lib (Folder) T (Folder) Build.PL Changes Makefile.PL MANIFEST META.yml README    Cheers!   Waseem Bokhari I Configurations and Release Management NetSol Technologies (NasdaqCM: NTWK) Tel: +92

Re: Generate Emails through Subversion

2011-01-27 Thread Ryan Schmidt
On Jan 27, 2011, at 03:40, Waseem Bokhari wrote: > I have Downloaded " SVN-Notify-2.80 " and Extract the Zip.. Now what to do > with this ?? SVN::Notify is a Perl module. You install it using CPAN.

Re: Generate Emails through Subversion

2011-01-27 Thread Ryan Schmidt
On Jan 27, 2011, at 03:58, Ryan Schmidt wrote: > On Jan 27, 2011, at 03:40, Waseem Bokhari wrote: > >> I have Downloaded " SVN-Notify-2.80 " and Extract the Zip.. Now what to do >> with this ?? > > SVN::Notify is a Perl module. You install it using CPAN. Or you could build and install it manual

Re: Generate Emails through Subversion

2011-01-27 Thread Ulrich Eckhardt
On Thursday 27 January 2011, Waseem Bokhari wrote: > I have Downloaded " SVN-Notify-2.80 " and Extract the Zip.. Now what to do > with this ?? [...] > README ^^ Start with reading that file and the SVN documentation (see my signature) concerning hook scripts. Cheers! Uli -- ML: http:/

RE: Generate Emails through Subversion

2011-01-27 Thread Waseem Bokhari
I have used this link: http://blog.pengoworks.com/index.cfm/2008/2/5/SVN-postcommit-for-Windows Post-Commit Hook When I commit any file after putting all credentials in hook script. It prompts me a message. post-commit hook failed (exit code 1) with output: Error validating server certificate

Re: Generate Emails through Subversion

2011-01-27 Thread Ryan Schmidt
On Jan 27, 2011, at 06:32, Waseem Bokhari wrote: > I have used this link: > > http://blog.pengoworks.com/index.cfm/2008/2/5/SVN-postcommit-for-Windows > > Post-Commit Hook > > When I commit any file after putting all credentials in hook script. It > prompts me a message. > > > post-commit hoo

Re: Generate Emails through Subversion

2011-01-27 Thread Nico Kadel-Garcia
On Thu, Jan 27, 2011 at 4:58 AM, Ryan Schmidt wrote: > > On Jan 27, 2011, at 03:40, Waseem Bokhari wrote: > >> I have Downloaded " SVN-Notify-2.80 " and Extract the Zip.. Now what to do >> with this ?? > > SVN::Notify is a Perl module. You install it using CPAN. If it's not built into your partic

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

2011-01-27 Thread Nico Kadel-Garcia
On Wed, Jan 26, 2011 at 9:28 AM, Neil Bird 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 > directly, and

Re: Generate Emails through Subversion

2011-01-27 Thread Geoff Rowell
On Thu, Jan 27, 2011 at 3:30 AM, Waseem Bokhari wrote: > > I want to generate emails to specific recipients on Committing a particular > folders of Subversion. > > PS: I am using Tortoise SVN and Need windows script for this. http://sourceforge.net/apps/mediawiki/svnhook The SvnHook framework p

Re: Generate Emails through Subversion

2011-01-27 Thread Thorsten Schöning
Guten Tag Waseem Bokhari, am Donnerstag, 27. Januar 2011 um 10:40 schrieben Sie: > I have Downloaded " SVN-Notify-2.80 " and Extract the Zip.. Now what to do > with this ?? Don't download it manually, use ActiveState Perl and ppm to get the package or you have to build the package on your own. M

RE: Generate Emails through Subversion

2011-01-27 Thread Waseem Bokhari
Thorsten Schöning Please make sure that I am using Windows 2003 server as OS for Visual SVN Server Admin Tool and Need Windows BAT Scripts accordingly.    Cheers!   Waseem Bokhari I Configurations and Release Management NetSol Technologies (NasdaqCM: NTWK) Tel: +92 42 111448800 Ext: 346 Mob: +

Re: Apache wedging over https

2011-01-27 Thread Neil Bird
Around about 27/01/11 12:46, Nico Kadel-Garcia typed ... I've not seen this, but I'm using Linux, not Solaris, as a server. Are you using the Sun provided Apache? Or your own? And is it the built-in mod_dav_svn module, or are you doing something else? What's in your Apache logs? No, I've neve

Re: Generate Emails through Subversion

2011-01-27 Thread Thorsten Schöning
Guten Tag Waseem Bokhari, am Donnerstag, 27. Januar 2011 um 14:36 schrieben Sie: > Please make sure that I am using Windows 2003 server as OS for Visual SVN > Server Admin Tool and Need Windows BAT Scripts accordingly. ActiveState Perl is a Perl distribution for Windows. Mit freundlichen Grüßen,

Re: I can not do a svn commit

2011-01-27 Thread Daniela Rivas
On Fri, Jan 21, 2011 at 8:30 PM, Ryan Schmidt wrote: > > On Jan 21, 2011, at 07:45, Daniela Rivas wrote: > >>> That's also correct. If you wanted to see it as a rendered web page, you >>> would need to set the "svn:mime-type" property of that index.html file to >>> the value "text/html". >> >> O

Copying tags?

2011-01-27 Thread Echlin, Jamie
Afternoon, We've enforced a rule whereby tags cannot be copied. I know this sounds backwards but I need some help in justifying it. The reason why we're preventing it is because it's not clear where to merge back to, and in fact encourages merging back to the tag, which is also blocked. What we'

Re: Generate Emails through Subversion

2011-01-27 Thread Andy Levy
2011/1/27 Thorsten Schöning : > Guten Tag Waseem Bokhari, > am Donnerstag, 27. Januar 2011 um 14:36 schrieben Sie: > >> Please make sure that I am using Windows 2003 server as OS for Visual SVN >> Server Admin Tool and Need Windows BAT Scripts accordingly. > > ActiveState Perl is a Perl distributio

Re: Copying tags?

2011-01-27 Thread Andy Levy
On Thu, Jan 27, 2011 at 08:47, Echlin, Jamie wrote: > Afternoon, > > We've enforced a rule whereby tags cannot be copied. I know this sounds > backwards but I need some help in justifying it. > > The reason why we're preventing it is because it's not clear where to merge > back to, and in fact enc

RE: Copying tags?

2011-01-27 Thread Echlin, Jamie
> Sounds overly cautious to me. And what happens if the branch > you tagged from is ended? Well, they could still branch from the branch that has ended, just not merge back there without resurrecting it. We have a complicated hierarchy of branches, and it seems like the concensus advice is to tr

global SSL trust CA

2011-01-27 Thread Jehan PROCACCIA
hello, since I configure my svn server in https , any time I do a co or ci I get the server certificate presented and pompting me to accept it temporarly or reject it. To prevent that I set in ~/.subversion/servers [global] ssl-authority-files = /etc/pki/tls/certs/cachain.pem Now, is there a

Re: global SSL trust CA

2011-01-27 Thread Stefan Sperling
On Thu, Jan 27, 2011 at 06:52:02PM +0100, Jehan PROCACCIA wrote: > hello, > > since I configure my svn server in https , any time I do a co or ci > I get the server certificate presented and pompting me to accept it > temporarly or reject it. > To prevent that I set in ~/.subversion/servers > [gl

Re: svnserve + SASL: Only works with plaintext 'userPassword', sowhat's the point?

2011-01-27 Thread Ted Stern
On 26 Jan 2011 23:51:26 -0800, Nico Kadel-Garcia wrote: > > On Wed, Jan 26, 2011 at 9:26 PM, Stefan Sperling wrote: >> On Wed, Jan 26, 2011 at 07:08:55PM -0700, Donner, Sean P wrote: >>> > It's because of how CramMD5 works. >>> > >>> > "The server needs access to the users' plain text passwords."

Python 2.6 bindings

2011-01-27 Thread Alina Frey
I am new to Subversion. Need to use Subversion with Trac. Trac requires Python, therefore I need the Python bindings, so I downloaded svn-win32-1.6.13_py.zip . Would you please let me know what do I need to do after I extract all the files fr

can't delete svn:sync-lock

2011-01-27 Thread Andrew Sasak
using svn 1.6.13 When I attempt to delete it, it gives me a message indicating success, however the property persists. Any ideas how to remove this? Can I safely edit the revprops 0 file?

Re: can't delete svn:sync-lock

2011-01-27 Thread Stefan Sperling
On Thu, Jan 27, 2011 at 03:59:10PM -0500, Andrew Sasak wrote: > using svn 1.6.13 > When I attempt to delete it, it gives me a message indicating success, > however the property persists. Any ideas how to remove this? Can I safely > edit the revprops 0 file? What command were you using? svn:sync-l

Re: can't delete svn:sync-lock

2011-01-27 Thread Andrew Sasak
svn propdel svn:sync-lock --revprop -r 0 REPO_URL On Thu, Jan 27, 2011 at 4:18 PM, Stefan Sperling wrote: > On Thu, Jan 27, 2011 at 03:59:10PM -0500, Andrew Sasak wrote: > > using svn 1.6.13 > > When I attempt to delete it, it gives me a message indicating success, > > however the property persi

Re: can't delete svn:sync-lock

2011-01-27 Thread Stefan Sperling
On Thu, Jan 27, 2011 at 04:22:30PM -0500, Andrew Sasak wrote: > svn propdel svn:sync-lock --revprop -r 0 REPO_URL That looks good. Maybe there is pre-revprop-change hook the prevents the prop from being deleted? It works here with a pre-revprop-change hook that simply does "exit 0". I'm not sur

Re: can't delete svn:sync-lock

2011-01-27 Thread Andrew Sasak
It was a hook preventing the deletion, not sure why I got a success message. Thanks On Thu, Jan 27, 2011 at 4:28 PM, Stefan Sperling wrote: > On Thu, Jan 27, 2011 at 04:22:30PM -0500, Andrew Sasak wrote: > > svn propdel svn:sync-lock --revprop -r 0 REPO_URL > > That looks good. > > Maybe there i

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

2011-01-27 Thread Daniel Shahaf
This will probably be backported to 1.6.(x+1) if someone tells dev@ what revisions should be backported, or provides patches that we can apply. (I don't recall why the fixes on trunk weren't backported, but I imagine the threads linked from this thread say why.) Neil Bird wrote on Thu, Jan 27, 2