Displaying 20 results from an estimated 700 matches similar to: "Subversion problem - since you guys talked me into it :)"
2009 Oct 11
3
SVN hell!
Hi!
I'm trying to install SVN on a latest version of CentOS (5.3). I just did:
yum install subversion
yum install mod_dav_svn
Then i edited /etc/httpd/conf.d/subversion.conf
and here is the content:
========================
<Location /svn>
DAV svn
SVNParentPath /var/www/svn
# Limit write permission to list of valid users.
<LimitExcept GET PROPFIND OPTIONS
2006 Mar 07
5
subversion help!
I created a subversion repository on my new vps and i''m trying to setup my
rails app there. However i keep getting this error:
subversion/libsvn_subr/io.c:2516: (apr_err=13)
svn: Can''t create directory ''/home/svnadmin/rapleaf/db/transactions/0-1.txn'':
Permission denied
How do i fix this? I know others have had this before, so i would
appreciate some help.
2007 Sep 08
8
SVN and Rails problem
Hi guys,
I''ve finally managed to get my server up and running with
mongrel_cluster and all that jazz. My rails app works fine, but when I
try to access my svn repos as I was doing before everything was setup
rail is giving me a 404.
What can I add to my httpd.conf to prevent this? Here''s a snip from my
httpd.conf relating to the domain:
---HTTPD.CONF---------------------------
2016 Apr 12
2
Slow authentication on C7
James Hogarth wrote:
> On 12 Apr 2016 16:29, "Scott Robbins" <scottro11 at gmail.com> wrote:
>> On Tue, Apr 12, 2016 at 09:45:17AM +0200, Marcin Trendota wrote:
>> > W dniu 11.04.2016 o 20:07, Scott Robbins pisze:
<SNIP>
> After various testing I ended up going with the Apache LDAP cache module
> and doing the auth at the Apache level, not system.
>
2006 Aug 16
1
Re: 400 Bad Request error from svn
It's nice to see that the OS where CentOS gets its sources from also
experiments the same error!
I have been very busy lately so I haven't had the time to deal with the
problem, probably later this week or early next week. As soon as I find
something Ill let you know. Hopefully you'll do the same if you come
across the solution first.
PS. Forwarding this message to the mailing
2006 Mar 03
1
roobie noobie migration question
I''m just at the "reading various rails tutorials" stage.
One thing that has puzzled me a couple of times so far is the fact that
the creation of the database is not part of the "migration".
The steps as I''ve seen them are always:
1) $ rails myapplication
2) $ mysqladmin yadda yadda to create a table
3) $ script/generate migration myWickedTable
4) put rows
2007 Nov 09
6
backups and md5 all in one while splitting
I'm trying to back up our svn repositories, and I found a nice little
backup command line bzip's the backup and creates the md5 hash all in one:
svnadmin dump --deltas /repo |bzip2 |tee dump.bz2 | md5sum >dump.md5
The problem is I need to split the backups, so this doesn't really
work. Is there perhaps another way of piping things to allow for
splitting of the backups?
2006 Aug 08
8
Unable to freeze:edge
Hi,
Whenever I try to rake rails:freeze:edge it fails.
Here is the trace:
(in D:/work/radrails/rdepot)
** Invoke rails:freeze:edge (first_time)
** Execute rails:freeze:edge
d:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/core_ext/k
ernel/agnostics.rb:7: [BUG] rb_sys_fail(svn --version) - errno == 0
ruby 1.8.4 (2006-04-14) [i386-mswin32]
abnormal program termination
This
2006 Dec 14
2
public SVN dead?
James Mead wrote:
> Trunk has moved on considerably since the last release. I really must
> get round to releasing again soon.
Righty, right. I''ve tried:
svn checkout svn://rubyforge.org/var/svn/mocha
as documented here [1], but svn will just hang forever.
Accessing any of the following:
[svn|http[s]]://rubyforge.org/var/svn/mocha[/[trunk[/]]]
either through the svn
2006 Jan 09
4
Engine install problems with OS X
I have everything installed via Darwin ports. When I try to do a
"script/plugin install engines" in a freshly created rails app I get
the following:
Macintosh:~/My Web Sites/nckapool bill$ script/plugin install engines
svn: PROPFIND request failed on ''/rails/plugins''
svn: PROPFIND of ''/rails/plugins'': 403 Forbidden (http://
svn.protocool.com)
2009 Nov 13
3
Rescuing svn repo from *IDIOTS*
Hello,
A moron has checked in a DVD iso into subversion.
How can I undo the damage, and make the repo a sensible size again?
Also, is there a cunning way to get subversion to say: "Oi! Moron!
This file is huge, you can't check it in!" ?
S.
2006 Mar 13
1
svn rails problem
svn co http://dev.rubyonrails.org/svn/rails/trunk
svn: PROPFIND request failed on ''/svn/rails/trunk''
svn: PROPFIND of ''/svn/rails/trunk'': Could not resolve hostname
`dev.rubyonrails
.org'': The requested name is valid and was found in the database, but it
does no
t have the correct associated data being resolved for.
(http://dev.rubyonrails
.org)
--
2006 Mar 07
1
SVN troubles
Dear r-devel,
Sorry to trouble the list with this, but I've been beating my head
against the wall trying to figure out what's wrong. When I try to
connect to the R SVN server, I get the following message:
(sly at cornas):~/src/R$ svn co https://svn.r-project.org/R/trunk r-devel
svn: PROPFIND request failed on '/R/trunk'
svn: PROPFIND of '/R/trunk': SSL negotiation
2008 Feb 13
6
trouble updating partial from collection
I have a view where I render a partial over a collection. Each instance
of the partial includes a <div> with an id specific to that instance.
Inside the partial, there is a select tag for "year". I''m trying to
change some of the contents of the partial when user changes the year.
I''m using this in the view:
<%= select_tag :year,
2008 Jul 06
12
Action Mailer Driving me insane
Ok, maybe its a short walk, not a drive...
I have it working just fine using smtp in development env from my OSX
machine. When I deploy it to the server (which happens to be the same
box where the smtp server lives), no email, no errors, nothing in the
Postfix logs.
I''ve double checked that my production and development action mailer
settings are identical. Here''s whats in the
2006 Aug 04
1
SVN Problems (Newbie)
Hi,
I''m in the process of learning Rails, following Agile Web Developmetn
with Rails 2nd Edition.
I''m trying to link my project to the rails repositry using this:
svn propset svn:externals "rails
http://dev.rubyonrails.org/svn/rails/trunk" vendor
However I have this error message:
subversion/libsvn_wc/lock.c:630: (apr_err=155007)
svn: ''vendor''
2006 May 24
2
WebDav on rails
I am trying to do webdav on rails. I already did it with PHP so it should not be
much difference.
However I have some problems.
1) When Word sends PROPFIND it sends GET request with XML inside the request
body. However I cannot seem to get this information.
request.body returns no such method even though request.inspect shows there is
instance variable called @body.
How can I access that?
2)
2008 Jan 01
26
Did DHH have a suit on?
So I''m wondering about the origin of "ActiveRecord" and "ActionPack" and
the like in Rails.
I''ve always thought that perhaps DHH found himself in a suit one day
(maybe he had to attend a friend''s wedding or something), and as long as
he had the suit on, decided to lapse into a one of the barely lucid
frenzies that Marketing people are prone to when
2007 Jul 18
2
[LLVMdev] Dumping SVN Repository
Hi all,
I'm trying to dump the llvm-gcc repository so that it can be loaded
into the llvm.org repository instead of the mirror. However, I need a
specific URL in that repository, not the whole repository itself. If I
use svnadmin, I can't use the URL. It requires a PATH to the
repository.
Does anyone know of a way to do this?
-bw
2003 May 23
3
Roaming Profile not found - replacement PDC
Howdy everyone:
Here's an interesting one:
I have joined a machine to the domain, and I log on. Then, I get a
message to the effect that the user's roaming profile couldn't be
[loaded or found?], and a local profile will be used instead (and
actually this also fails, but is not the point of my question... I don't
think).
Background
==========
I took my previous PDC, and