Note that there are some explanatory texts on larger screens.

plurals
  1. POadd file to SVN repository
    primarykey
    data
    text
    <p>There is a host named hostA at 10.10.10.40 and I log into this host and I vi files and when I am done I type in svn commit -m "explanation" and after wards an email goes out to evarybody telling them what file I changed and how, and the boss who knows that I am working (HURRAAAAYYY!!!!). </p> <p>Then I log into hostC (10.1.300.80) and go to the directory were the file I changed is, and then I type in 'svn up and then I see a version number that matches the one on hostA. </p> <p>Problem is I am on hostB (10.1.300.81) and I have a file that I changed (on hostB ) and my boss wants this file 'version controled' (booooooo!!!) . Like the next time I need to edit the file on hostB I have to do it the same way that I would edit something on hostC .</p> <p>When I do an ls -ltra on the hostB in the directory where the file I need to change is I do not see a ".svn" </p> <p>When I do an 'svn up' /production/scr/userStatsWrapper.sh on hostB - I get</p> <pre><code>Skipped '/production/scr/userStatsWrapper.sh' </code></pre> <p>When I try an 'svn add" /production/scr/userStatsWrapper.sh on hostB - I get</p> <pre><code>svn: '/production/fo/scr' is not a working copy </code></pre> <p>how do I add the file from hostB to the repoistory on HostA? </p> <p>I attempted to import the whole directory of hostB reports to the SVN on hostA with :</p> <pre><code>svn import -m "reports directory from hoatB" /production/reports/ http://10.10.10.40/export/home/capser/SVN/branches/hostBReports svn: OPTIONS of 'http://10.10.10.40/export/home/wjohnson/SVN/branches/hostBReports': 200 OK (http://10.10.10.40) </code></pre> <p>But I do not see a hostBReports directory on HostA (where we make SVN edits)</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload