Re: can't checkout svn on cygwin

2010-07-16 Thread Jiawei Ye
On Fri, Jul 16, 2010 at 11:12 AM, Dan Nelson dnel...@allantgroup.comwrote:

  Are you doing this on a cygwin install on vista ?
  It works fine on *Unix
 
   have you run svn cleanup ?
  of course
 
  Lets pretend I'm one of the admins of svn.apache.org -- I know how to
  use svn.

 Until the offending files get fixed, you can try enabling NTFS case
 sensitivity on your Windows system:

 http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesensitive

 I got bitten by the same thing a while ago and I was working on OS/X. So it
is indeed the case-sensitivity issue.

CW


-- 
If it looks like a duck, walks like a duck, and quacks like a duck, then to
the end user it's a duck, and end users have made it pretty clear they want
a duck; whether the duck drinks hot chocolate or coffee is irrelevant.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


can't checkout svn on cygwin

2010-07-15 Thread Philip M. Gollucci
ssA and ssa conflict



$ ~/repos/fbsd/base/head/share/doc/psd svn up
A15.yacc
A15.yacc/ss..
A15.yacc/ssA
A15.yacc/ssa
A15.yacc/ssb
A15.yacc/ssB
A15.yacc/ssc
A15.yacc/ssd
A15.yacc/ss0
A15.yacc/ss1
A15.yacc/ref.bib
A15.yacc/ss2
A15.yacc/ss3
A15.yacc/ss4
A15.yacc/ss5
A15.yacc/ss6
A15.yacc/ss7
A15.yacc/ss8
A15.yacc/Makefile
A15.yacc/ss9
svn: In directory '15.yacc'
svn: Can't open file '15.yacc/.svn/tmp/text-base/ssa.svn-base': No such
file or directory

-- 

Philip M. Gollucci (pgollu...@ridecharge.com)
p: 703.549.2050x206, did: 703.579.6947
Senior System Admin - RideCharge, Inc.  http://ridecharge.com
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: can't checkout svn on cygwin

2010-07-15 Thread jhell
On 07/15/2010 17:57, Philip M. Gollucci wrote:
 ssA and ssa conflict
 
 
 
 $ ~/repos/fbsd/base/head/share/doc/psd svn up
 A15.yacc
 A15.yacc/ss..
 A15.yacc/ssA
 A15.yacc/ssa
 A15.yacc/ssb
 A15.yacc/ssB
 A15.yacc/ssc
 A15.yacc/ssd
 A15.yacc/ss0
 A15.yacc/ss1
 A15.yacc/ref.bib
 A15.yacc/ss2
 A15.yacc/ss3
 A15.yacc/ss4
 A15.yacc/ss5
 A15.yacc/ss6
 A15.yacc/ss7
 A15.yacc/ss8
 A15.yacc/Makefile
 A15.yacc/ss9
 svn: In directory '15.yacc'
 svn: Can't open file '15.yacc/.svn/tmp/text-base/ssa.svn-base': No such
 file or directory
 

Looks to be a problem with your local .svn directory.

Run the following in the psd directory.
rm -rf 15.yacc
svn update

This should fix it up for whatever happened. If not then backup one
directory rm that directory and repeat.

The base repository is clean.

Regards,

-- 

 jhell,v

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: can't checkout svn on cygwin

2010-07-15 Thread jhell
On 07/15/2010 20:09, Philip M. Gollucci wrote:
 On 7/15/2010 7:17 PM, jhell wrote:

 Looks to be a problem with your local .svn directory.

 Run the following in the psd directory.
 rm -rf 15.yacc
 svn update

 This should fix it up for whatever happened. If not then backup one
 directory rm that directory and repeat.
 I did this long before I sent the e-mail.
 
 Makes no difference.
 

How far up the tree did you go back ?

Example:

cd ../
rm -rf ./*
svn update


My guess is that this has perpetuated all the way to the root of
checkout and it might just be best to checkout the entire source once more.

As more information. I can checkout that part of the tree and the entire
contents for each one of the directories and there was no problem.

have you run svn cleanup ?

-- 

 jhell,v

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: can't checkout svn on cygwin

2010-07-15 Thread Philip M. Gollucci
On 7/15/2010 8:35 PM, jhell wrote:
 How far up the tree did you go back ?
The whole way, and I've re-checked out the whole tree again.

 As more information. I can checkout that part of the tree and the entire
 contents for each one of the directories and there was no problem.
Are you doing this on a cygwin install on vista ?
It works fine on *Unix

 have you run svn cleanup ?
of course

Lets pretend I'm one of the admins of svn.apache.org -- I know how to
use svn.




-- 

1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354
VP Apache Infrastructure; Member, Apache Software Foundation
Committer,FreeBSD Foundation
Consultant,   P6M7G8 Inc.
Sr. System Admin, Ridecharge Inc.

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.



signature.asc
Description: OpenPGP digital signature


Re: can't checkout svn on cygwin

2010-07-15 Thread Steve Kargl
On Thu, Jul 15, 2010 at 08:57:39PM -0400, Philip M. Gollucci wrote:
 On 7/15/2010 8:35 PM, jhell wrote:
  How far up the tree did you go back ?
 The whole way, and I've re-checked out the whole tree again.
 
  As more information. I can checkout that part of the tree and the entire
  contents for each one of the directories and there was no problem.
 Are you doing this on a cygwin install on vista ?
 It works fine on *Unix
 

Then, it's not a FreeBSD problem.  Try asking microsoft
and the cygwin developers for help.


-- 
Steve
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: can't checkout svn on cygwin

2010-07-15 Thread Philip M. Gollucci
On 7/15/2010 9:56 PM, Steve Kargl wrote:
 Then, it's not a FreeBSD problem.  Try asking microsoft
 and the cygwin developers for help.
I didn't say it was a freebsd problem.  I know there have been time in
the past where we try to keep this working on Case Insensitive systems.




-- 

1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354
VP Apache Infrastructure; Member, Apache Software Foundation
Committer,FreeBSD Foundation
Consultant,   P6M7G8 Inc.
Sr. System Admin, Ridecharge Inc.

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.



signature.asc
Description: OpenPGP digital signature


Re: can't checkout svn on cygwin

2010-07-15 Thread Ed Maste
On Thu, Jul 15, 2010 at 05:57:22PM -0400, Philip M. Gollucci wrote:

 ssA and ssa conflict

Yeah, there used to be at least 7 examples of files differing only in
case in our repository.  Several of these have been fixed but it looks
like there's still the following:

share/doc/psd/15.yacc/ssa   share/doc/psd/15.yacc/ssA
share/doc/psd/15.yacc/ssb   share/doc/psd/15.yacc/ssB
share/man/man9/vfs_mount.9  share/man/man9/VFS_MOUNT.9

For the first two I'd propose renaming ss.. to ss_, ssA to ss10 and
ssB to ss11.

Index: Makefile
===
--- Makefile(revision 210153)
+++ Makefile(working copy)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 VOLUME=psd/15.yacc
-SRCS=  stubs ss.. ss0 ss1 ss2 ss3 ss4 ss5 ss6 ss7 ss8 ss9 \
-   ssA ssB ssa ssb ssc ssd
+SRCS=  stubs ss_ ss0 ss1 ss2 ss3 ss4 ss5 ss6 ss7 ss8 ss9 \
+   ss10 ss11 ssa ssb ssc ssd
 EXTRA= ref.bib
 MACROS=-ms
 USE_REFER=

I'm not sure if there's an easy way to deal with vfs_mount.9 vs
VFS_MOUNT.9 though.

-Ed
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: can't checkout svn on cygwin

2010-07-15 Thread Dan Nelson
In the last episode (Jul 15), Philip M. Gollucci said:
 On 7/15/2010 8:35 PM, jhell wrote:
  How far up the tree did you go back ?
 The whole way, and I've re-checked out the whole tree again.
 
  As more information. I can checkout that part of the tree and the entire
  contents for each one of the directories and there was no problem.
 Are you doing this on a cygwin install on vista ?
 It works fine on *Unix
 
  have you run svn cleanup ?
 of course
 
 Lets pretend I'm one of the admins of svn.apache.org -- I know how to
 use svn.

Until the offending files get fixed, you can try enabling NTFS case
sensitivity on your Windows system:
http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesensitive

-- 
Dan Nelson
dnel...@allantgroup.com
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: can't checkout svn on cygwin

2010-07-15 Thread Philip M. Gollucci
On 7/15/2010 7:17 PM, jhell wrote:
 
 Looks to be a problem with your local .svn directory.
 
 Run the following in the psd directory.
 rm -rf 15.yacc
 svn update
 
 This should fix it up for whatever happened. If not then backup one
 directory rm that directory and repeat.
I did this long before I sent the e-mail.

Makes no difference.





-- 

Philip M. Gollucci (pgollu...@ridecharge.com)
p: 703.549.2050x206, did: 703.579.6947
Senior System Admin - RideCharge, Inc.  http://ridecharge.com
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org