[Python-bugs-list] [ python-Bugs-764447 ] cvs update warnings

SourceForge.net noreply at sourceforge.net
Tue Sep 9 08:12:27 EDT 2003


Bugs item #764447, was opened at 2003-07-02 09:56
Message generated for change (Comment added) made by sjoerd
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=764447&group_id=5470

Category: Macintosh
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Sjoerd Mullender (sjoerd)
Assigned to: Just van Rossum (jvr)
Summary: cvs update warnings

Initial Comment:
On Windows, when you do "cvs update" in the "Mac/IDE

scripts" directory, you get the following warnings

(example uses Cygwin, but it also happens with other

CVS clients):



$ cd "Mac/IDE scripts"; cvs update

? Hold option to open a script

? Insert file name

? Insert folder name

? Search Python Documentation

? Hack/Remove .pyc files

? Hack/Toolbox Assistant

cvs server: Updating .

cvs server: Updating Hack

cvs server: Updating Widget demos

$



This is due to the fact that Windows can't deal with

periods at the end of file names.  All files giving

warnings end in "...".  These periods are removed when

the files get created, and so CVS sees the files

without periods and complains about them.



At one level the solution is simple: rename those

files.  At another level, I don't know what the

consequences are for the Mac, so assigning to Just

(Jack doesn't seem to want to deal with this :-)



----------------------------------------------------------------------

>Comment By: Sjoerd Mullender (sjoerd)
Date: 2003-09-09 16:12

Message:
Logged In: YES 
user_id=43607

It's now past 2.3 final, so can you look into this again?

----------------------------------------------------------------------

Comment By: Sjoerd Mullender (sjoerd)
Date: 2003-07-02 12:36

Message:
Logged In: YES 
user_id=43607

I've lived with this for years.  A few more weeks won't matter.

----------------------------------------------------------------------

Comment By: Just van Rossum (jvr)
Date: 2003-07-02 11:33

Message:
Logged In: YES 
user_id=92689

Any objections to postponing this to after 2.3 final? The thing is, 

currently these file names map to menu items directly, and to fix 

this I have to build a way to specify the menu item from within 

the file. This will cause way more changes than I'm comfortable 

with, just before 2.3. Removing the spaces from folder names can 

be done at the same time.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=764447&group_id=5470



More information about the Python-bugs-list mailing list