Re: issue tracking, code diff/review

2011-03-22 Thread Nguyen Vu Hung (VNC)
(2011/03/22 12:33), bruce wrote: Hi. I've got a basic workflow app that allows users to manage software apps, for different roles. For the "review" role, I'm trying to find a simple issue tracking app/code diff/review app that I can modify, to hook into what I'm creating. I've started looking in

Nice svn pre-commit scripts

2011-03-22 Thread Nguyen Vu Hung (VNC)
Hello all, 1. I need a script that stops commits that have empty log messages. Like this http://stackoverflow.com/questions/869248/windows-pre-commit-hook-for-comment-length-subversion Is there any script that run both under Linux and Windows (better: written in Python) 2. Please point me to

Re: Does svn export performs any kind of outbound connection

2011-03-09 Thread Nguyen Vu Hung (VNC)
(2011/03/10 10:18), Andy Levy wrote: There is. For the command line, see usage #2 when you run svn help export. For Tortoise, see http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-export.html You got me :) I did google and reached that page. Howerver, I only "read" the screenshot and

Re: Does svn export performs any kind of outbound connection

2011-03-09 Thread Nguyen Vu Hung (VNC)
(2011/03/10 9:31), Andy Levy wrote: On Wed, Mar 9, 2011 at 21:26, Nguyen Vu Hung (VNC) wrote: Folks, Just a quick question: Does svn export performs any kind of outbound connection (like http) other than localhost? svn export only makes a connection between the client and the server, and

Does svn export performs any kind of outbound connection

2011-03-09 Thread Nguyen Vu Hung (VNC)
Folks, Just a quick question: Does svn export performs any kind of outbound connection (like http) other than localhost? TIA, Nguyen Vu Hung

mod_dav_svn as a sub module of subversion

2011-03-06 Thread Nguyen Vu Hung (VNC)
Hello all, Just curious, why mod_dav_svn is distributed as a sub module of svn instead of an idependent apache httpd module? BR, Nguyen Vu Hung Original Message Subject:Subversion 1.6.16 Released Date: Thu, 3 Mar 2011 14:02:59 -0600 From: Hyrum Wright To: announ

Re: Using svn with cron?

2011-03-06 Thread Nguyen Vu Hung (VNC)
(2011/03/07 12:49), bimininavels wrote: Where is svn's stderr? svn &> /some/file ?

Re: Subverion 1.7 Centralized Metadata Storage

2011-02-23 Thread Nguyen Vu Hung (VNC)
(2011/02/22 17:18), Ulrich Eckhardt wrote: On Tuesday 22 February 2011, Nguyen Vu Hung (VNC) wrote: * This way makes svn git-like :), my first impression is that: subversion will be distributed, not centralized :) SVN has one .svn directory in every (versioned) child directory of a

Subverion 1.7 Centralized Metadata Storage

2011-02-22 Thread Nguyen Vu Hung (VNC)
Hello all, Could anyone please explain a little on the following feature? Specifically, my questions are * How it affects the current subversion (1.6) features and performance * This way makes svn git-like :), my first impression is that: subversion will be distributed, not centralized :) Cen