LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   subversion (import - co problem) (https://www.linuxquestions.org/questions/linux-software-2/subversion-import-co-problem-354306/)

os2 08-17-2005 03:36 PM

subversion (import - co problem)
 
i try to import a folder who contain a lot of source code (folder name is: laboiteaprog)....

/home/collinm/website/laboiteaprog

i create my directories...

Code:

svnadmin create /opt/svnroot
cd /home/collinm/website/

i created a group of user who will able to create, add.... file to this folder...
this group name is: svnusers

i do this command
Code:

svn import laboiteaprog file:///opt/svnroot/
i get:
Code:

Log message unchanged or not specified
a)bort, c)ontinue, e)dit
c
Adding        laboiteaprog/backupsite.php
Adding        laboiteaprog/ajoutlien.php
Adding        laboiteaprog/inserercomposant.php
Adding        laboiteaprog/ajoutnew.php
Adding        laboiteaprog/attentefaq.php
Adding        laboiteaprog/effacerlivre.php
Adding        laboiteaprog/tutorielpersonnel.php
Adding        laboiteaprog/modif.php
Adding        laboiteaprog/insererfaq.php
Adding        laboiteaprog/composant.php
Adding        laboiteaprog/modifiertutopers.php
Adding        laboiteaprog/tutoriel.php
Adding        laboiteaprog/faq.php
Adding        laboiteaprog/vueforum.php
Adding        laboiteaprog/modifprofil.php
Adding        laboiteaprog/inserermsg.php
Adding        laboiteaprog/effacercomposant.php
Adding        laboiteaprog/ajout old.php

Committed revision 1.

i don't have a folder laboiteaprog into /opt/svnroot...

i tried to do a checkout..

Code:

svn co file:///opt/svnroot/laboiteaprog laboiteaprog
svn: URL 'file:///opt/svnroot/laboiteaprog' doesn't exist

the import seem ok.. but nothing in the svn folder...

any idea?


All times are GMT -5. The time now is 02:54 AM.