search for: svk

Displaying 20 results from an estimated 52 matches for "svk".

Did you mean: sk
2006 May 03
4
subversion setup for maintaining customizations to base code
To the subversion experts out there: I''d like to set up svn to maintain customizations to my base app for each client. A simple example would be to have a base CSS file and a custom one for each client. What is the best way to set up svn so I can ''co'' the trunc and then ''co'' customizations for each client on top of the base code. I''ve looked
2017 Aug 10
0
is a self signed certificate always invalid the first time?
SvK> On Wed, 9 Aug 2017 08:39:30 -0700 SvK> Gregory Sloop <gregs at sloop.net> wrote: >> AV> So i?m using dovecot, and i created a self signed certificate >> AV> with mkcert.sh based on dovecot-openssl.cnf. The name in there matches >> AV> my mail server. >...
2008 Jun 12
1
The log function problem
Hi R, Please see the below commands. The question is I can see the value of log(2) before loading the package fcalendar in R. But after loading the package, the 'log' function doesn't work. How to solve this problem? Also note that the function code differs before and after downloading the packages. > log function (x, base = exp(1)) .Primitive("log") >
2007 Jun 08
0
SVK and plugins
For a long time I was a subversion user, I always used Piston to manage my plugins. After doing more research on version control systems I have decided to start using SVK (mentioned by the Piston author). I am curious, how are the other people out there using SVK managing their vendor/plugins directory? I''m relatively new to SVK, but it seems like someone has dealt with this before. Thanks, Michael Guterl --~--~---------~--~----~------------~-------~--~...
2006 May 04
1
SVK failure trying to sync to redcloth trunk
...failure when trying to sync redcloth/trunk. I also get a 400 Bad Request error with the Eclipse SVN client. Google suggests a naughty proxy might be at work here... Tried curl - i -X OPTIONS, but didn''t see anything strange -- standard webdav enabled stuff. Any ideas? >> svk sync //redcloth/trunk Syncing http://code.whytheluckystiff.net/svn/redcloth/trunk Retrieving log information from 1 to 127 RA layer request failed: REPORT request failed on ''/svn/redcloth/!svn/ bc/127/trunk'': REPORT of ''/svn/redcloth/!svn/bc/127/trunk'': 400 Bad...
2017 Aug 10
8
is a self signed certificate always invalid the first time?
On Wed, 9 Aug 2017 08:39:30 -0700 Gregory Sloop <gregs at sloop.net> wrote: > AV> So i?m using dovecot, and i created a self signed certificate > AV> with mkcert.sh based on dovecot-openssl.cnf. The name in there matches > AV> my mail server. > > AV> The first time it connects in mac mail however, it says the > AV> certificate is invalid and another
2011 Feb 01
0
[LLVMdev] Official git mirroring of llvm, clang, lldb, test-suite, etc.?
On 2011-02-01 19:40, David A. Greene wrote: > Again, the problem is that there is no convenient solution. Everything > involves manual diff+patch at some point. This is entirely because svn > is not a distributed SCM. FWIW I used "svk" for a little while, to be able to make local commits on a SVN repository. It was certainly better than manually patching stuff. I think I used it only for a few months though, before switching to 'git' though. Best regards, --Edwin
2007 Oct 31
15
puppetd can set more than one server address
hi,all I want set up a puppet HA structure. but if the puppetd can set more than one server address ,the work will be simple :D if one puppetmaster have error, the client can auto try the next. I think I can use the heartbeat or dns to do this same thing,but not so good. so I want know the puppetd can direct set in the configure file ? if not,will be add this option? -- Huang
2004 Nov 29
2
1.0-test53
http://dovecot.org/test/ Sorry for not answering any questions for past two weeks, I'll try to get around answering them in next few days. I've also been thinking about if I should switch from CVS to Darcs. It seems to be exactly the kind of reversion control tool I had wanted to use. Anyone have comments for or against it? I'd still have read-only CVS repository generated from
2011 Feb 01
2
[LLVMdev] Official git mirroring of llvm, clang, lldb, test-suite, etc.?
Óscar Fuentes <ofv at wanadoo.es> writes: >> I asked about both to the git guys. They said it isn't supported. >> Double-ended git-svn just won't work, period. You can't do it because a >> git branch is still tied to the revision numbering of the first git-svn >> gateway created. Git branches still must relate to each other, they >> can't run
2007 Oct 24
5
Utility that checks outdated patches
I just noticed I frequently encounter patches that need to be updated because of applied changes. Maybe this can be automated? Not automating the "updating of the patch" part, but the part where a comment is posted to the ticket so the submitter is informed. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2012 Sep 10
0
More help need on Von Bertalanffy Growth Curves
...t assumption checking so I did this manually. > fitGen <- nls(vbGen,data=BLG,start=svGen) Error in nlsModel(formula, mf, start, wts) :   singular gradient matrix at initial parameter estimates and This code is only not working with this data set. > fitK <- nls(vbK,data=BLG,start=svK) Error in numericDeriv(form[[3L]], names(ind), env) :   Missing value or an infinity produced when evaluating the model Thanks, April Here is all my code and my data set:  Data set: structure(list(Length = c(60.96, 60.96, 63.5, 63.5, 66.04, 66.04, 71.12, 71.12, 96.52, 96.52, 96.52, 101.6, 1...
2006 Aug 13
1
Re: bzr / Subversion / CVS
On Fri, 2006-08-11 at 17:20 -0400, Daniel F. Savarese wrote: > Kevin Smith writes > : > >Can someone who has used SVN comment? > > I started reading it and stopped before finishing because the author > is judging Subversion by using it in a way that doesn''t make any sense > for Subversion. Fair enough. Can you confirm that merging between branches within an
2004 May 05
0
[LLVMdev] Open Source Contributions
Vladimir Prus <ghost at cs.msu.su> writes: > Why do you really need distributed development? The possible problems with > centralized development are > 1. The server might be often down. > 2. There's too much number of active branches, so nobody understand what's > going on. > 3. You can't commit while you're on a plane. Replace 3 with "You have no
2006 Jun 04
3
Migration collisions
Does someone have a good way to avoid numbering collisions when generating migrations in multiple source repositories? For example, I''m working on my copy of the site, and my co-worker is working on his copy of the site. We both need to make a migration, and they both end up having the same number, say 007_add_user_table.rb Is there some technique to avoid this? I''m
2006 Nov 27
0
[LLVMdev] moving to svn?
Rafael, On Mon, 2006-11-27 at 16:05 -0300, Rafael Espíndola wrote: > Just wondering: Is there any plan to move to svn? I would love to have > a diff command that works when I am offline :-) Its been discussed from time to time. I would like to see this as well, but for an additional reasons: simpler branch management and faster updates, etc. SVN handles directories better and merging head
2004 May 05
3
[LLVMdev] Open Source Contributions (was Re: Benchmarks)
Chris Lattner wrote: > > Right, but you'd need HTTP/FTP server. Not a problem for *me*, but lots > > of folks are behind firewalls and can't do that. > > Sure. I can't imagine that there is a wonderful solution other than this > though. In particular, how can you do distributed development without it? > The whole idea is to reduce the need for a completely
2006 Nov 28
1
[LLVMdev] moving to svn?
...because of how the repository format works (it would probably take about 6 weeks of engineer time ). Bottom line: If your goal is a distributed VCS use Mercurial If your goal is a centralized VCS, use SVN Bias: I am a subversion developer, and responsible for moving GCC from CVS to SVN :) I use SVK to track GCC nowadays, and find it quite easy. However, I still don't believe GCC would work in a project if we didn't have a centralized server with a single namespace/repository for all branches. This does not, of course, mean it can't be a mercurial server in a few years. :) &...
2007 Feb 07
11
Running patched rails
Hi, Does anyone have any tips for running a patched version of rails? I am currently running rails 1.2.2 and would like to keep up to date with any future releases. I also want to run with the following patch: http://dev.rubyonrails.org/ticket/5748 I am unsure how to manage this. Is this something SVN or rake can handle? Any tips/pointers would be very much appreciated. Thanks, GiantCranes
2008 Aug 07
3
Downloading Yahoo data
Hi R, I am trying to download the data from R. I give the below command. > library(fImport) > yahooSeries("IBM") trying URL 'http://chart.yahoo.com/table.csv?s=IBM&a=7&b=08&c=2007&d=7&e=07&f=2008& g=d&x=.csv' Error in download.file(url = url, destfile = file, method = method) : cannot open URL