at: wiki.centos.org/ArtWork I set up a machine to test at step: 4.2, it states: 4.2. Configure Your Workstation ... To download your working copy execute the following command: svn co https://projects.centos.org/svn/artwork ~/ This command will create your working copy inside your home directory, specifically in a directory named artwork. -------------------- quote ends This appears to build a CO at the CWD, and not in a created sub-directory called ./artwork/ as the outline states Perhaps it should read: cd mkdir artwork svn co https://projects.centos.org/svn/artwork \ ~/artwork so that step 4.3 is correct ?? [artwork at vm178231203 ~]$ cd [artwork at vm178231203 ~]$ pwd /home/artwork [artwork at vm178231203 ~]$ ls -al ~/artwork/trunk/Scripts/Bash/centos-art.sh -rwxrwxr-x. 1 artwork artwork 2772 Sep 10 17:18 /home/artwork/artwork/trunk/Scripts/Bash/centos-art.sh [artwork at vm178231203 ~]$ -- Russ herrold