Displaying 20 results from an estimated 13401 matches for "svn".
Did you mean:
sun
2011 Dec 01
1
Hlink node data for 570645 already has path ...
When syncing one backup system (running dirvish, but that's not really
relevant) to a second long-term backup system which uses btrfs
snapshots, I get the following output:
rsync: link "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-12934.bin.svn-base" (in backup-aquagirl) => tree/elo/var/www/lokaalx/openx-htdocs/etc/plugins/.svn/prop-base/openX3rdPartyServers.zip.svn-base failed: Too many links (31)
rsync: link "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/v...
2011 Apr 22
3
[LLVMdev] svn server permissions for top-level svn update
Hi,
My svn working copy mirrors the layout of the whole svn repository,
from llvm-project downwards, so I have:
~/svn/llvm-project/
~/svn/llvm-project/llvm/
~/svn/llvm-project/llvm/trunk/ # lots of stuff in here
~/svn/llvm-project/cfe/
~/svn/llvm-project/cfe/trunk/ # and lots of stuff in here
(and likewise f...
2006 May 03
8
Subversion and tmp directory in Rails 1.1 project
Hello everyone!
I''m thinking of the right way to store tmp/ directory of Rails 1.1
project in Subversion. It has cache, session and sockets
subdirectories. To me, it looks good to have
svn delete tmp/*
svn propset svn:ignore "*" tmp
So it will ignore all directories and files in tmp/. Even if you
create sessions/ and put some files in it, tmp/ content is still
ignored.
But I''m not sure whether it is safe to assume that Rails will recreate
(at least in Webrick I r...
2011 Jan 31
2
[LLVMdev] Official git mirroring of llvm, clang, lldb, test-suite, etc.?
Óscar Fuentes <ofv at wanadoo.es> writes:
> Are you saying that git-svn is slow at pulling changes? It is quite okay
> in my experience, unless you pull once every other month. But I can't
> relate that to your original assertion quoted above.
I can't use git-svn to pull because we use svn on our end. One can't do
this:
(Upstream) svn <--> gi...
2011 Jan 31
0
[LLVMdev] Official git mirroring of llvm, clang, lldb, test-suite, etc.?
greened at obbligato.org (David A. Greene) writes:
> I can't use git-svn to pull because we use svn on our end. One can't do
> this:
>
> (Upstream) svn <--> git-svn <--> git <--> git-svn <--> svn (Downstream)
>
> because the revisions in the two svn repositories don't have anything to
> do with each other.
That's w...
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 li...
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 client or through a web-browser didn''t work either. The
svn client tells...
2006 Aug 16
1
Re: 400 Bad Request error from svn
...fs share is mounted via the fstab. So no matter to
> which box a user logs in, his/her home dir is gonna be the same.
>
> Now here is the trick. I installed a new CentOS4.3 workstation for
> testing purposes. Mounted the home dirs like all the Fedora boxes. But
> whenever I try to do svn update or any other subversion command from my
> home dir I get the following:
>
> *Code:*
>
> bash-3.00$ svn update
>
> svn: REPORT request failed on '/svn/code/!svn/vcc/default'
>
> svn: REPORT of '/svn/code/!svn/vcc/default': 400 Bad Request
> (https...
2007 Jul 25
3
[LLVMdev] svn issues
I'm getting a lot of errors from svn like this:
svn: REPORT request failed on '/svn/llvm-project/!svn/vcc/default'
svn: REPORT of '/svn/llvm-project/!svn/vcc/default': Could not read response
body: Secure connection truncated (https://llvm.org)
I've now been checking out llvm-gcc for two days.
Is there a proble...
2006 Mar 13
9
Subversion problem - since you guys talked me into it :)
...rying to get subversion installed
and working from my virtual dedicated server this weekend. I believe
everything is installed properly, and that all that''s left is to get the
apache httpd.conf file set up correctly.
to talk to my server with my client I''m using the path:
http://svn.mylittlecorneroftheinternet.com/svn/repos/
error returned by the client is this:
subversion/libsvn_ra_dav/util.c:826: (apr_err=175002)
svn: PROPFIND request failed on ''/svn/repos''
subversion/libsvn_ra_dav/util.c:296: (apr_err=175002)
svn: PROPFIND of ''/svn/repos''...
2007 May 25
4
rspec on rails update question
...rather than live dangerously (at least
until I can tell the difference between what I might be doing wrong
vs problems in rspec). However, I would like to try the
RspecScaffoldGenerator fix.
I installed (per the docs) last week with the following commands
$ ruby script/plugin install -x svn://rubyforge.org/var/svn/rspec/
tags/REL_1_0_0/rspec
$ ruby script/plugin install -x svn://rubyforge.org/var/svn/rspec/
tags/REL_1_0_0/rspec_on_rails
$ script/generate rspec
Should I have said REL_1_0_2 instead? Will svn up find the latest tags?
When I run
$ svn up vendor/plugins/rspec...
2011 Jan 31
3
[LLVMdev] Official git mirroring of llvm, clang, lldb, test-suite, etc.?
Óscar Fuentes <ofv at wanadoo.es> writes:
> greened at obbligato.org (David A. Greene) writes:
>
>> I can't use git-svn to pull because we use svn on our end. One can't do
>> this:
>>
>> (Upstream) svn <--> git-svn <--> git <--> git-svn <--> svn (Downstream)
>>
>> because the revisions in the two svn repositories don't have anything to
>> do with e...
2011 Jul 08
0
[LLVMdev] type-system-rewrite branch near landing
>> ~/svn/llvm-project/llvm/branches$ svn up
>> svn: Server sent unexpected return value (403 Forbidden) in response
>> to REPORT request for '/svn/llvm-project/!svn/vcc/default'
>
> I think that explicitly returns Forbidden just to avoid the strain on
> the server; if you have...
2015 Jul 21
2
' --enable-R-shlib' problem when setting up R-devel in Linux Mint 17.1 64-bit
...s before submitting
them to CRAN. I'm using Linux Mint 17.1 64-bit, which is an
Ubuntu-based distro.
However, I'm not able to correctly set up r-devel, apparently due to a
problem with enabling the shared library support.
I run the first script given by Dirk Eddelbuettel (changing
'~/SVN/R-devel/trunk' by '~/svn/r-devel' as my local copy of r-devel)
on:
https://stat.ethz.ch/pipermail/r-sig-debian/2012-August/001935.html
After running that script, the error message I get is:
`ls ../unix/*.o ../appl/*.o ../nmath/*.o` ../extra/tre/libtre.a
-lblas -lgfortran -lm -lquadm...
2006 Jun 16
5
[slightly OT] Problem with subversion 1.3.1 on OSX Tiger
I have a subversion repo on a Debian Sarge server. I do rails
development on two Debian workstations (home, work) and also a
MacBookPro.
I installed subversion from Darwinports. Things worked ok for a while
and I did commits from and updates to all three machines until today.
When I did svn status I noticed a lock on the working dir.
$ svn status
? Rakefile
? readme
! L .
.... etc
I cannot seem to get rid of the lock.
If I try to commit, I get..
svn commit -m "finished registration controller"
svn: Working copy ''/projects/ror/sr'' locked
svn: run '&...
2006 Jul 08
2
building the logcheck package from SVN
apt-get install svn-buildpackage
cat <<_eof >> ~/.svn-buildpackage.conf
svn-lintian
svn-linda
svn-move
_eof
mkdir logcheck; cd logcheck
svn co svn+ssh://svn.debian.org/svn/logcheck/logcheck/trunk
cd trunk
svn-buildpackage -k<your key ID> -rfakeroot
man svn-buildpackage for more. Nice, huh?
--
.&...
2007 Jul 25
0
[LLVMdev] svn issues
Hi David,
On Wed, 2007-07-25 at 10:38 -0500, David A. Greene wrote:
> I'm getting a lot of errors from svn like this:
>
> svn: REPORT request failed on '/svn/llvm-project/!svn/vcc/default'
> svn: REPORT of '/svn/llvm-project/!svn/vcc/default': Could not read response
> body: Secure connection truncated (https://llvm.org)
What is /svn/llvm-project/!svn/vcc/default ?
I don&...
2006 Dec 29
3
SVN Release Candidate: Please test
...tirely internal, so you shouldn''t
notice any difference in behaviour, but of particular interest are
whether the relationships behave correctly -- whether resources are
in the right order, whether services get restarted correctly, etc.
If you have time, please check the code out of svn and try to use
it. If you have any problems, please open tickets[1] for them. I
have a lot of test code, but there''s just no way for me to test
Puppet enough to provide bug-free releases without some help
verifying it works with your running configurations. Even running it
in...
2009 Aug 10
3
[LLVMdev] svn down?
I've been getting this on svn update all day:
svn: REPORT request failed on '/svn/llvm-project/!svn/vcc/default'
svn: REPORT of '/svn/llvm-project/!svn/vcc/default': 403 Forbidden
(http://llvm.org)
Is this related to the server problems that have been going on for a while?
-Dave
2006 Feb 22
5
svn externals and Edge Rails
Hi all:
I am considering using edge rails so I can use join tables. I want to
use svn:externals to manage edge rails, however I want to understand
it more before I go and set everything up. so everytime I commit my
app it will pull the most recent version of rails from the svn
repository, right? What if the current version of rails is unstable,
is there a way to rollback edgerails a...