Hi,
I have a customer (Cisco) who recently upgraded from Subversion 1.4.4 to
Subversion 1.6.6 is seeing the above error when commiting small binary
files (~2.6K) but they are able to commit small text files (same size)
without any issue. This same commit used to work just fine in 1.4.4. They
are
On Fri, Jan 22, 2010 at 03:23:55PM -0800, Robert Somerville wrote:
> Subversion thinks it is a binary file and ignores it ...
Because it's in the default global ignores list:
$ grep global-ignores ~/.subversion/config
### Set global-ignores to a set
Robert,
On Fri, Jan 22, 2010 at 6:23 PM, Robert Somerville
wrote:
>
> Subversion thinks it is a binary file and ignores it ...
I suspect that this is caused by the global ignore settings, as I ran
into this issue myself recently. Try:
svn --no-ignore add myfile.pyc
chris
On Fri, Jan 22, 2010 at 05:52:24PM -0500, Bob Archer wrote:
> > I am encountering an issue with "svn merge --reintegrate" when doing
> > round-trip branch-trunk merges. Yes, I know these are problematic, but we
> > don't have problems with them except for this one case.
> >
> > The general scenari
Subversion thinks it is a binary file and ignores it ...
> I am encountering an issue with "svn merge --reintegrate" when doing
> round-trip branch-trunk merges. Yes, I know these are problematic, but we
> don't have problems with them except for this one case.
>
> The general scenario is:
> 1. Create a new file on the branch.
> 2. svn merge --reint
I am encountering an issue with "svn merge --reintegrate" when doing
round-trip branch-trunk merges. Yes, I know these are problematic, but
we don't have problems with them except for this one case.
The general scenario is:
1. Create a new file on the branch.
2. svn merge --reintegrate to the
I've been looking for a collection of example post-commit hook scripts
without much luck. If anyone knows of a good one, can you please point
me in the right direction? If I can avoid reinventing some wheels, that
would be great.
In particular, at the moment I'm looking for a post-commit h
Greetings, Dan Poirier!
> You were right - my attempt to put subversion at / is the root of my
> problem. I was rewriting GET requests to go to viewvc, but looking at
> access logs, subversion is doing a GET as part of this command.
> I'm not sure why so much other stuff worked, leading me to mi
Hiroshi Miyazaki wrote:
>[...]
>All of repository hooks(strat-commit, pre-commit,..) are
>invoked when excuting check-in/check-out command?
>
>If then, could I put our required functionality on those hooks?
>[...]
you've been pointed to the documentation regarding subversions hooks
already.
For m
On Jan 21, 2010, at 6:18 PM, Daniel Becroft wrote:
> Just curious, with the move to the ASF, what impact does that have on the
> release of compiled binaries (e.g. for windows) for future Subversion
> releases? Are these still done by volunteers, or is there the capability for
> providing 'off
Hiroshi Miyazaki wrote:
[...]
> When we register certain files into Subversion repository (through command
> line),
> is it possible to invoke an "hook method (exit routine)", which can add some
> extra
> user required own function.
[...]
Hi,
your best bet, IMHO, is to read up on the basics of
On Fri, Jan 22, 2010 at 08:27, Swarup Anand wrote:
> I was installing the RPM built from the source codes. During installation of
> the rpm subversion-tools-1.6.5-1.i386.rpm in a RHEL5 machine the following
> error was met.
>
> error: Failed dependencies:
> perl(File::Path) >= 1.0404 is n
You were right - my attempt to put subversion at / is the root of my
problem. I was rewriting GET requests to go to viewvc, but looking at
access logs, subversion is doing a GET as part of this command.
I'm not sure why so much other stuff worked, leading me to mistakenly
think subversion was nev
I was installing the RPM built from the source codes. During installation of
the rpm subversion-tools-1.6.5-1.i386.rpm in a RHEL5 machine the following
error was met.
error: Failed dependencies:
perl(File::Path) >= 1.0404 is needed by
subversion-tools-1.6.5-1.i386
How do I solve this err
> "Bert" == Bert Huijben writes:
Bert> At which level in this url is your repository located?
/, as you guessed.
Bert> Can you quote the relevant porting from your apache config?
Bert> (Most likely the block).
Here you go. Maybe I'm getting too clever with mod_rewrite to try t
On Fri, Jan 22, 2010 at 06:58:48AM -0500, Dan Poirier wrote:
> We've found an (apparently) simpler case of what looks like the same
> error:
>
> $ svn ls https://domain.example/dir1/PROJECT/trunk/README
> README
> $ svn cat https://domain.example/dir1/PROJECT/trunk/README
> svn: '/!svn/bc/23694/di
> -Original Message-
> From: news [mailto:n...@ger.gmane.org] On Behalf Of Dan Poirier
> Sent: vrijdag 22 januari 2010 12:59
> To: users@subversion.apache.org
> Subject: Re: svn diff 'path not found' and 'Error reading spooled REPORT
> request response'
>
> We've found an (apparently) simp
We've found an (apparently) simpler case of what looks like the same
error:
$ svn ls https://domain.example/dir1/PROJECT/trunk/README
README
$ svn cat https://domain.example/dir1/PROJECT/trunk/README
svn: '/!svn/bc/23694/dir1/PROJECT/trunk/README' path not found
I don't see any command line optio
Dear Michael san,
I appreciate your response.
Sorry for repeating questions.
All of repository hooks(strat-commit, pre-commit,..) are
invoked when excuting check-in/check-out command?
If then, could I put our required functionality on those hooks?
As far as I understand, I'm not sure how to mod
>
Linedata Services (UK) Ltd
Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB
Registered in England and Wales No 3027851VAT Reg No 778499447
-Original Message-
> From: Bert Huijben [mailto:b...@qqmail.nl]
> Sent: 22 January 2010 10:17
> To: Giulio Troccoli;
> -Original Message-
> From: Giulio Troccoli [mailto:giulio.trocc...@uk.linedata.com]
> Sent: donderdag 21 januari 2010 16:41
> To: users@subversion.apache.org
> Subject: Where are the plaintext passwords stored
>
> I always thought the passwords were stored in the .subversion/auth folder
On Friday 22 January 2010, Naz wrote:
> I would like to use Subversion as a document management repository.
> I.e., instead of keeping source code in the repo, I'll keep Word docs,
> Excel sheets etc. I do understand that I lose diffing and all text file
> handling functionality, but that's fine, a
On Friday 22 January 2010, Sirisha Meda wrote:
> I sucessfully migrated one clearcase directory to SVN repo with the help of
> load_svn_dirs.pl script.
This isn't actually migrating, as all history is lost. If you want to migrate
and can live without the history, you can simply use import, too.
On Jan 22, 2010, at 02:17, Sirisha Meda (WT01 - BANKING & FINANCIAL SERVICES)
wrote:
> I sucessfully migrated one clearcase directory to SVN repo with the help of
> load_svn_dirs.pl script.
>
> To the same SVN repo, when I tried to migrate second directory then
> load_svn_dirs.pl script deleted
Hi
I sucessfully migrated one clearcase directory to SVN repo with the help of
load_svn_dirs.pl script.
To the same SVN repo, when I tried to migrate second directory then
load_svn_dirs.pl script deleted first directory elements in trunk and migrated
second directory elements.
In HEAD, I can see
26 matches
Mail list logo