Re: Externals to Mercurial

2011-03-07 Thread Henrik Sundberg
On Tue, Mar 8, 2011 at 12:59 AM, Daniel Shahaf wrote: > The next step is to create a generic, inter-VCS network interface :-). WebDAV? /$ > > Kevin Grover wrote on Mon, Mar 07, 2011 at 15:13:30 -0800: >> If someone wanted this and came up with an 'svn:externals-foreign' (or >> svn:foreign-exter

Re: Upgrading from 1.6.5 (Fedora) to 1.6.16 (built from source)

2011-03-07 Thread Nico Kadel-Garcia
On Mon, Mar 7, 2011 at 4:11 PM, Jim Garrison wrote: > The last version available on the Fedora update site for my system (Fedora > 10) is 1.6.5, and I need the fixes for Tree Conflict resolution that shipped > in 1.6.6 and later versions. > > > > Is there anything special to upgrading other than b

Re: subversion, davfs - problem after ugrade

2011-03-07 Thread Konstantin Kolinko
2011/3/8 Andrzej Zawadzki : > On 07.03.2011 22:15, Konstantin Kolinko wrote: >> 2011/3/6 Andrzej Zawadzki : >>> Hi! >>> >>> After upgrade from apache-mod_dav_svn-1.6.12 to >>> apache-mod_dav_svn-1.6.1{5,6} >>> my repo isn't accessible without authorization  process - with >>> login/password - works

Re: Externals to Mercurial

2011-03-07 Thread Daniel Shahaf
The next step is to create a generic, inter-VCS network interface :-). Kevin Grover wrote on Mon, Mar 07, 2011 at 15:13:30 -0800: > If someone wanted this and came up with an 'svn:externals-foreign' (or > svn:foreign-externals?) API of some sort, perhaps someone could get > figure out a mechanism

Re: subversion, davfs - problem after ugrade

2011-03-07 Thread Daniel Shahaf
The first step would be to study the changelogs (http://svn.apache.org/repos/asf/subversion/branches/1.6.x) and/or the CHANGES files and to identify the change that causes the regression. Your best chance of getting this fixed in 1.6.17 (assuming it's indeed a bug) is to tell us " changed regresse

Re: Externals to Mercurial

2011-03-07 Thread Kevin Grover
If someone wanted this and came up with an 'svn:externals-foreign' (or svn:foreign-externals?) API of some sort, perhaps someone could get figure out a mechanism for coding the steps needed to check out and update those repositories, If so, an 'svn:foreign-externals' system could be generically cr

Re: Externals to Mercurial

2011-03-07 Thread Ryan Schmidt
On Mar 7, 2011, at 16:20, Jean-Jacques Merillon wrote: > Le 7 mars 2011 à 19:54, Ryan Schmidt a écrit : > >>> All my repositories are on svn and I have a lot of svn:externals property >>> to use externals librarries. >>> I have to link my projet to an other project using mercurial, is it >>>

Re: Externals to Mercurial

2011-03-07 Thread Jean-Jacques Merillon
Le 7 mars 2011 à 19:54, Ryan Schmidt a écrit : >> All my repositories are on svn and I have a lot of svn:externals property to >> use externals librarries. >> I have to link my projet to an other project using mercurial, is it possible >> to add an externals link to a Mercucial repository ? >

Re: subversion, davfs - problem after ugrade

2011-03-07 Thread Andrzej Zawadzki
On 07.03.2011 22:15, Konstantin Kolinko wrote: > 2011/3/6 Andrzej Zawadzki : >> Hi! >> >> After upgrade from apache-mod_dav_svn-1.6.12 to >> apache-mod_dav_svn-1.6.1{5,6} >> my repo isn't accessible without authorization process - with >> login/password - works. >> >> My apache error log file show

Re: subversion, davfs - problem after ugrade

2011-03-07 Thread Konstantin Kolinko
2011/3/6 Andrzej Zawadzki : > Hi! > > After upgrade from apache-mod_dav_svn-1.6.12 to > apache-mod_dav_svn-1.6.1{5,6} > my repo isn't accessible without authorization  process - with > login/password - works. > > My apache error log file shows only: > > [Thu Mar 03 17:18:19 2011] [error] [client 19

Upgrading from 1.6.5 (Fedora) to 1.6.16 (built from source)

2011-03-07 Thread Jim Garrison
The last version available on the Fedora update site for my system (Fedora 10) is 1.6.5, and I need the fixes for Tree Conflict resolution that shipped in 1.6.6 and later versions. Is there anything special to upgrading other than building 1.6.16 from source, uninstalling the Fedora svn RPM and

Re: Externals to Mercurial

2011-03-07 Thread Ryan Schmidt
On Mar 7, 2011, at 06:18, Jean-Jacques Merillon wrote: > All my repositories are on svn and I have a lot of svn:externals property to > use externals librarries. > I have to link my projet to an other project using mercurial, is it possible > to add an externals link to a Mercucial repository ?

Re: mod_dav_svn as a sub module of subversion

2011-03-07 Thread Nguyen Vu Hung
(2011/03/07 19:19), Erik Huelsmann wrote: Hi Nguyen, On Mon, Mar 7, 2011 at 8:41 AM, Nguyen Vu Hung (VNC) mailto:vuh...@vinicorp.com.vn>> wrote: Hello all, Just curious, why mod_dav_svn is distributed as a sub module of svn instead of an idependent apache httpd module? Because

commit not validated

2011-03-07 Thread Bastien Semene
Hi list, I'd like to know if it is possible to commit code not updatable (not validated) until a flag is set/unset ? Here is our problem : We have projects with source code and datas, and a buildmachine build the executable(s). At time 0 the code is commited, the buildmachine starts buildi

Re: Using svn with cron?

2011-03-07 Thread bimininavels
Thats what I've been doing. The entire script is >> to a logfile. #!/usr/bin/perl print "To run svn commit\n"; $thetime=time; system "cd ~/docs; /usr/bin/svn commit --message '$thetime' \n"; system "cd ~/docs; /usr/bin/svn info \n"; I see the "svn info" in the logfile, but I see no r

Re: Assistance with SVN layout from CVS

2011-03-07 Thread Les Mikesell
On 3/7/11 5:14 AM, Hector wrote: Hi, I have been using CVS since 1998 and I am now finally moving to SVN. After having studied SVN for the last few weeks, getting the server prepared and working with clients, both console and GUI, I think I can use the accumulated experience for a simple migratio

RE: Using svn with cron?

2011-03-07 Thread Tony Sweeney
> -Original Message- > From: Nico Kadel-Garcia [mailto:nka...@gmail.com] > Sent: 07 March 2011 12:57 > To: Ole Pinto > Cc: bimininavels; users@subversion.apache.org > Subject: Re: Using svn with cron? > > On Mon, Mar 7, 2011 at 3:24 AM, Ole Pinto wrote: > > As you are scheduling your

Re: Using svn with cron?

2011-03-07 Thread Nico Kadel-Garcia
On Mon, Mar 7, 2011 at 3:24 AM, Ole Pinto wrote: > As you are scheduling your job to run with your user, I don't think it is a > permissions related problem. But maybe the env. vars do matter, including > any needed to get to your stored password. > > Once you get to stderr you'll probably have a

Externals to Mercurial

2011-03-07 Thread Jean-Jacques Merillon
hi, I am new on this mail liste. All my repositories are on svn and I have a lot of svn:externals property to use externals librarries. I have to link my projet to an other project using mercurial, is it possible to add an externals link to a Mercucial repository ? thanks. jjm

Re: mod_dav_svn as a sub module of subversion

2011-03-07 Thread Erik Huelsmann
Hi Nguyen, On Mon, Mar 7, 2011 at 8:41 AM, Nguyen Vu Hung (VNC) wrote: > Hello all, > > Just curious, why mod_dav_svn is distributed as a sub module of svn > instead of an idependent apache httpd module? > Because the module isn't stand-alone: it links against many of the modules (.so/.dll fil

Re: Using svn with cron?

2011-03-07 Thread Daniel Shahaf
perldoc -f system "stderr" == "standard error", one of the standard I/O streams... bimininavels wrote on Sun, Mar 06, 2011 at 21:49:09 -0800: > Where is svn's stderr?

Assistance with SVN layout from CVS

2011-03-07 Thread Hector
Hi, I have been using CVS since 1998 and I am now finally moving to SVN. After having studied SVN for the last few weeks, getting the server prepared and working with clients, both console and GUI, I think I can use the accumulated experience for a simple migration and new SVN layout. We have

RE: Windows Authentication and/or suggestion

2011-03-07 Thread Cooke, Mark
> -Original Message- > From: hsantos [mailto:sant9...@gmail.com] > Sent: 05 March 2011 10:13 > To: users@subversion.apache.org > Subject: Windows Authentication and/or suggestion > > Hi > > To prepare the migration process from our long time usage of CVS based > projects to SVN, I succes

Re: Using svn with cron?

2011-03-07 Thread Ole Pinto
As you are scheduling your job to run with your user, I don't think it is a permissions related problem. But maybe the env. vars do matter, including any needed to get to your stored password. Once you get to stderr you'll probably have a clue about what is happening. If not, from your perl script