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@vm178231203 ~]$ cd
[artwork@vm178231203 ~]$ pwd
/home/artwork
[artwork@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@vm178231203 ~]$


-- Russ herrold
_______________________________________________
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs

Reply via email to