Displaying 20 results from an estimated 20000 matches similar to: ".cvsignore"
2002 Jul 25
1
OpenSSH 3.4p1's top level .cvsignore file
anyone who can help me understand-
one of my developers reimported openssh snapshot from 0722
into cvs. he sent me the following email about an error he believes
is in the snapshot
i'm not a cvs-knowledgeable person, so i'm not all that
clear on this, but should *.in files be in .cvsignore?
i tried checking a later snapshot, but 0722 seems to be the latest one.
.cvsignore is dated jun
2001 Apr 30
2
Add a couple .cvsignore files?
It would be nice if the CVS source had a .cvsignore file in the main
dir with the following items:
ssh scp sshd ssh-add ssh-keygen ssh-keyscan ssh-agent sftp-server sftp
configure config.h.in config.h config.status Makefile
ssh_prng_cmds *.out
Plus a .cvsignore file in openbsd-compat that ignored "Makefile".
..wayne..
2004 Mar 25
1
Per-directory .cvsignore too aggressive
I have noticed that the contents of per-directory .cvsignore files apply
outside their subtrees when using --cvs-exclude in rsync 2.6.0. In the
results below, notice how dir1/.cvsignore is applying to a file in dir2.
There is no ~/.cvsignore, and the CVSIGNORE variable is unset.
% ls -AFR
.:
dir1/ dir2/
./dir1:
.cvsignore file1
./dir2:
file2.foo
% cat dir1/.cvsignore
*.foo
% /usr/bin/rsync
2005 Sep 16
1
Bug#314473: rsync still fails badly with an "!" in .cvsignore
Here a bug report about "!" not working properly in 2.6.4 and above,
paraphrased...
> Ok, see attachment. I've tested it right now between two hosts
> running rsync 2.6.3-2 and 2.6.6-1. It works in the forward direction,
> backwards it gives
>
> '!' rule has trailing characters: !
> rsync error: syntax or usage error (code 1) at
2002 Jul 06
3
Can't compile vorbis-tools CVS
Hi all:
I haven't had any luck with this on vorbis-dev, so I thought I'd try here.
Note that for those who have read this already, there's new stuff at the
bottom.
I'm getting the folowing when attempting to compile vorbis-tools from CVS:
Making all in intl
make[1]: Entering directory `/usr/src/cvs/vorbis-tools/intl'
make[1]: *** No rule to make target
2004 Aug 06
3
icecast2 ogg vorbis client request headers
I have tried that, but not sure if i am doing that right.
in connection.c starting line 847 i believe, it sends this
bytes = sock_write(client->con->sock,
"HTTP/1.0 200 OK\r\n"
"Content-Type: audio/x-mpegurl\r\n\r\n"
"http://%s:%d%s\r\n",
host,
port,
2006 Jun 28
1
Tracking local changes in CVS
I'm tracking some custom OpenSSH changes (based on 4.3p2) in a local CVS
repository and have run into a few problems... mainly (I believe) because
of the .cvsignore files.
Keep in mind the main idea here is to commit the OpenSSH source without
changes, tag, then add my custom changes and add a new tag. I can
probably fix these by making local modes, but I'm just wondering if there
2004 Oct 06
1
[Bug 1873] rsync doesn't obey .cvsignore (exclamation) ! semantics
https://bugzilla.samba.org/show_bug.cgi?id=1873
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From wayned@samba.org 2004-10-05 17:19
2004 Aug 06
5
Re [ogg]
Hi:
If you're just wanting to serve static files then the fileserve function of
icecast will probably serve you better. But yes, you would have to make a
thousand files. Probably better to write some kind of script to push a
.m3u or .pls file generated from the filename passed as a parameter. At
least then you wouldn't have lots of tiny m3u files all over the place.
Geoff.
<p>
2004 Aug 06
4
icecast2 ogg vorbis client request headers
Didnt try the application/ogg ogg extension yet, ill give that a
shot.
<p>Dave St John
Mediacast1 Administration
Need Support ?
http://mediacast1.com/helpdesk
----- Original Message -----
From: "Geoff Shang" <gshang@pacific.net.au>
To: <icecast-dev@xiph.org>
Sent: Friday, April 02, 2004 5:28 AM
Subject: Re: [icecast-dev] icecast2 ogg vorbis client request
2002 Jul 20
0
[Bug 366] New: .cvsignore shouldn't be in distrib
http://bugzilla.mindrot.org/show_bug.cgi?id=366
Summary: .cvsignore shouldn't be in distrib
Product: Portable OpenSSH
Version: -current
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
2004 Aug 06
1
Different play channeels
Hi
These are my config files ices and icecast. I am using ices 0.3 to play mp3.
I have a few questions:
1-)There is a way to say ices to play a list from a database tio create a
list into a table database.
2-)How can I play from a web page without open PLAY URL from winamp?
TIA
Edwin QUijada
<p><p><p>>From: Geoff Shang <gshang@pacific.net.au>
>Reply-To:
2011 Nov 26
2
Time for a distributed VCS?
Recently, I've been working on tools for doing high-quality conversions
of project histories from centralized version-control systems like
Subversion to modern decentralized systems like git and hg.
To see what I mean by "high quality", take a look at my DVCS migration
guide: <http://www.catb.org/esr/dvcs-migration-guide.html>. A really
good conversion should, for example,
2004 Aug 06
9
Applying dynamic compression to live audio
Hi:
I want to stream audio from my soundcard, but I'd like to apply some
dynamic compression to it first (ala winamp's audiostocker plus shoutmuxer
thingy). I heard rumours of compression in liveice, but Iv'e been told
that this only works when it plays from prerecorded MP3, not the live
input. I'd like to do this with darkice, but can't see how it could be
done. I guess
2004 Sep 30
2
creating live mp3-stream
hi!
Currently I'm using icecast1 and darkice to send a live-stream ... now I
updateted icecast2 ... but is there a way to create 2 different MP3 streams
(with 2 different qualities) using a streaming client? ices2 would be great but
it only supports ogg :-( As real radiostation we have to use MP3 because most
auf the windows playeres still don't support ogg ... :-((
My boss wants an
2004 Aug 06
2
Fading between songs
HI all ,
i'm using icecast1.3.12/IceS0.23.
Is it possible to "fade" songs ? i mean , begining the following song a
few seconds before the previous ends ?
(Tell me if it's necessary to upgrade to icecast2/ices2 )
Thanks in advance ....
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this
2004 Aug 06
2
client kick
okay icecast is set up to do a 128k stream but should be variable.
I eventually see the client is kicked. how can I reduce this and other
related streaming errors. it would be nice to not ahvea ny clients kicked
--- snip ---
[26/Dec/2002:07:26:35] [4:Source Thread] Kicking client 2
[131.161.240.206] [Too
many errors (client not receiving data fast enough)] [listener],
connected for
13 minutes
2004 Aug 06
3
Icecast2 & ices0.3 live MP3 streaming
Hi all,
I am trying to understand how to configure Icecast2 & ices0.3 to perform a
live MP3 streaming.
Here are my Icecast2 and Ices0.3 conf files.
Works fine with playlist but got a "Login Failed error" with live conf file.
Thanks
_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
2004 Aug 06
3
Icecast2 & ices0.3 live MP3 streaming
Hi all,
I am trying to understand how to configure Icecast2 & ices0.3 to perform a
live MP3 streaming.
Here are my Icecast2 and Ices0.3 conf files.
Works fine with playlist but got a "Login Failed error" with live conf file.
Thanks
_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
2004 Mar 24
1
incorrect exclude list with -C
I just received this bug report on Debian's rsync package.
I've verified it. The entry from the manpage:
-C [...]
Finally, any file is ignored if it is in the same directory as a
.cvsignore file and matches one of the patterns listed therein.
Here the patterns of a .cvsignore file is apparently used to exclude
file outside the directory where the .cvsignore file is found.
Any