You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Karl Fogel <kf...@galois.collab.net> on 2001/01/29 17:11:42 UTC

IMPORTANT: directory rename in repository (WiNSVN --> WinSVN)

The "WiNSVN" typo has now been fixed in the repository.  So, everyone
should do the following things in their working copies before next
updating:

   1. Change `subversion/subversion/clients/win32/CVS/Entries' so that
      the line "D/WiNSVN////" says "D/WinSVN////".

   2. Make the analogous change in the files
      subversion/subversion/clients/win32/WiNSVN/CVS/Repository, and
      subversion/subversion/clients/win32/WiNSVN/Binaries/CVS/Repository

   3. Don't forget to rename the directory in your working copy:
         $ cd subversion/subversion/clients/win32
         $ mv WiNSVN WinSVN

Your working copy should be fine after these changes; let me (or
better yet, the dev list) know if you have any problems.

This is all to compensate for the following bit of repository muckage
which I just did:

   cd <CVSROOT>/subversion/subversion/clients/win32
   mv WiNSVN WinSVN

Sorry for the inconvenience, folks.

-Karl

"Bill Tutt" <bi...@microsoft.com> writes:
> It was a typo. Karl, or someone else can feel free to rename the
> directory
> to the appropriate case.
> 
> Bill
> 
> -----Original Message-----
> From: Greg Hudson [mailto:ghudson@mit.edu] 
> Sent: Friday, January 26, 2001 8:27 PM
> To: dev@subversion.tigris.org
> Subject: Subversion win32 client name
> 
> I notice part of the Windows client is in
> subversion/clients/win32/WiNSVN.
> 
> What's with the capital 'N'?

Re: IMPORTANT: directory rename in repository (WiNSVN --> WinSVN)

Posted by Ben Collins-Sussman <su...@newton.collab.net>.
Karl Fogel <kf...@galois.collab.net> writes:

> The "WiNSVN" typo has now been fixed in the repository.  So, everyone
> should do the following things in their working copies before next
> updating:
>
> ....
> 
> Sorry for the inconvenience, folks.
> 

Jeez, we need a SCM system that versions renames.  :)