I think since man-1.6d-2, man has not worked for me.
I have tried the trivial solutions, but nothing has worked.
/usr/share/misc/man.conf has not been changed.
I greatly appreciate any help.
$ man ls -d
Reading config file /usr/share/misc/man.conf
found man directory /usr/share/man
found man d
Not using the latest files caused the problem.
Maybe I should take the reboot warning more seriously.
$ locate .new
D:/UNIX/cygwin/bin/bash.exe.new
D:/UNIX/cygwin/bin/cygiconv-2.dll.new
D:/UNIX/cygwin/bin/cygncurses-8.dll.new
D:/UNIX/cygwin/bin/cygreadline6.dll.new
D:/UNIX/cygwin/bin/cygwin1.dll
I have the same problem on one machine but not another.
How do I rebase?
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
Funny that, a day after I give in and compile from scratch the update comes.
http://svn.haxx.se/users/archive-2006-12/0062.shtml
:)
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/
Larry Hall wrote:
That's a very fair assumption. 'setup.exe' knows when you need to reboot
in order to complete the latest installation process. If you ignore the
directive to reboot, you may find some or all of Cygwin no longer works.
Agreed.
Rebooting will fix the problem.
Not necessari
Rebase fixed the problem for me too.
Thanks.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
I will do what I can.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
The command "svn update DIR" results in "svn update DIR " instead
of "svn update DIR/". The same goes for svk. The space being added
instead of a slash is annoying. Does anyone know what causes this and
how to fix it?
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem r
Eric Blake wrote:
You can also try debugging it yourself. At the command line, turn on the
options 'set -xv', then when you hit TAB, you will see what bash is trying
to do during the tab completion. I don't personally use svn, so I'm not
the best candidate to help you fix the _svn() helper func
svn switch --help
Use "C:\home\arcrep\trunk\samples" instead of
"/cygdrive/c/home/arcrep/trunk/samples".
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:
svn switch --relocate file:///cygdrive/c/home/arcrep/trunk/samples
file:///C:\home\arcrep\trunk\samples .
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:
_svn* are out of date in /etc/bash_completion. My recommendation is
to remove _svn* from /etc/bash_completion to
/etc/bash_completion.d/svn (similar to /etc/bash_completion.d/svk).
This way, the default bash completion is unchanged. However, if
someone wants to use the latest bash completion for
Frank Fesevur wrote:
At 23-5-2007 19:35, Roger Pack wrote:
> Other random ramblings.
> Also nice would be a command line tool similar to apt-get to install
> "as if from setup.exe" package x or y and its dependencies (exists?).
> Then you could run a command on it like 'update all my current
> pa
Pierre A. Humblet wrote:
Add support for the /etc/cron.d directory.
(with thanks to Thomas Berger)
Can you please provide (or point to) a detailed explanation of the
change and its impact?
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin
$ cat post-commit.bat
SET BIN=D:\UNIX\cygwin\bin
SET DPN_TMP=%TMP%\%~nx0
"%BIN%\cygpath.exe" -au "%~dpn0" > "%DPN_TMP%"
SET /P DPN= < "%DPN_TMP%"
DEL "%DPN_TMP%"
"%BIN%\bash.exe" "%DPN%.sh" %* >> "%~dpn0.log" 2>&1
The above BAT file will run post-commit.sh (because the name of the
BAT file is post
Kevin and Nancy wrote:
> A separate question might be, why can't setup update itself? Even, "click
> here to download the new setup" would be a setup forward.
That is easy to set up yourself. Below is my /bin/cygwin_setup:
#! /bin/sh
dir="/"
url="http://www.cygwin.com/setup.exe";
cygwin_setup=
16 matches
Mail list logo