wontonst / teststudy-code

0 stars 0 forks source link

Committing and Updating Server #61

Closed lhsairplanes closed 11 years ago

lhsairplanes commented 11 years ago

When I type "svn update" on the server, I get this message. (under sudo privilages)

root@ip-10-139-44-98:~# svn update Skipped '.' Summary of conflicts: Skipped paths: 1

Would you know the cause of the issues? I have no conflicts when I updated and committed my local copy onto and from the server, so there's no cleanup needed on my end.

I looked through "sudo svn help", and attempted svn resolve and svn cleanup, but those didn't change the issue, and the same error message stays.

Same issue persists even after I svn update in the "/var/www/teststudy-code" directory

root@ip-10-139-44-98:/var/www/teststudy-code# svn update Skipped '.' Summary of conflicts: Skipped paths: 1

If you have time, look at this issue and try it out and I will continue doing more sql stuff.

Cheers

wontonst commented 11 years ago

Skipped '.' means the current directory is not a subversion directory make sure when you use the pwd command, the directory you're in is /var/www/teststudy-code/your/path/here

On Sat, Aug 24, 2013 at 11:56 AM, Jetchan notifications@github.com wrote:

For the old server, we needed to do svn update, but nowadays, the new files seem to be ready to be viewed right after we commit. Moreover, if I actually type svn update on the server, I get this message. (under sudo privilages)

root@ip-10-139-44-98:~# svn update Skipped '.' Summary of conflicts: Skipped paths: 1

Would you know the cause of the issues?

— Reply to this email directly or view it on GitHubhttps://github.com/wontonst/teststudy-code/issues/61 .

lhsairplanes commented 11 years ago

Lemme clarify: which one of these directories is a subversion directory. ( I can't tell via ls -al)

I cd into /var/www/teststudy-code/ and the pwd obviously say I am in /var/www/teststudy-code/

What do I put in "your/path/here" ? If I recall correctly, everything under /var/www/teststudy-code/ is part of our subversion directory. Give me an example of what we put in "your/path/here"

wontonst commented 11 years ago

everything in your/path/here is in the subversion repository because it has a .svn folder, but if you create a folder and don't do a svn add, it does not generate the .svn folder and hence it is not in the subversion repository.

On Sun, Aug 25, 2013 at 11:51 AM, Jetchan notifications@github.com wrote:

Lemme clarify: which one of these directories is a subversion directory. ( I can't tell via ls -al)

I cd into /var/www/teststudy-code/ and the pwd obviously say I am in /var/www/teststudy-code/

What do I put in "your/path/here" ? If I recall correctly, everything under /var/www/teststudy-code/ is part of our subversion directory. Give me an example of what we put in "your/path/here"

— Reply to this email directly or view it on GitHubhttps://github.com/wontonst/teststudy-code/issues/61#issuecomment-23233190 .

lhsairplanes commented 11 years ago

what does your/path/here mean? do you mean svn update jetchan/var/www/teststudy-code/public_html/application/views/main for example? I am getting a little confused.

I also tried cd to svn update jetchan/var/www/teststudy-code/public_html/application/views/main and doing svn update there

is there a way to svn update the entire svn update jetchan/var/www/teststudy-code/ directory?

I tried literally doing this too "cd svn update jetchan/var/www/teststudy-code/your/path/here" verbatim,

all these gave me the same errors as before.

What would help is if you gave me the exact directory I should be in when I execute the svn update command. and in that directory, will I just type svn update verbatim?

I did svn add /var/www/teststudy-code/ and that generates and error message serverside. On my own machine, I manually do svn add, and all the files I am talking about are added to the repository.

give it a try and if it works, copy and paste the commands here, and that will point me in the right direction and be the fastest way to figure this out.

All this is server side just to be clear.

if it doesn't work after this time, I'll set up a time to googlechat with you :)

wontonst commented 11 years ago

what is jetchan/var/www/teststudy-code..... the directory is at just /var/www/teststudy-code, no jetchan

On Sun, Aug 25, 2013 at 10:55 PM, Jetchan notifications@github.com wrote:

what does your/path/here mean? do you mean svn update jetchan/var/www/teststudy-code/public_html/application/views/main for example? I am getting a little confused.

I also tried cd to svn update jetchan/var/www/teststudy-code/public_html/application/views/main and doing svn update there

is there a way to svn update the entire svn update jetchan/var/www/teststudy-code/ directory?

I tried literally doing this too "cd svn update jetchan/var/www/teststudy-code/your/path/here" verbatim,

all these gave me the same errors as before.

What would help is if you gave me the exact directory I should be in when I execute the svn update command. and in that directory, will I just type svn update verbatim?

All this is server side just to be clear.

if it doesn't work after this time, I'll set up a time to googlechat with you :)

— Reply to this email directly or view it on GitHubhttps://github.com/wontonst/teststudy-code/issues/61#issuecomment-23244800 .

lhsairplanes commented 11 years ago

svn update /var/www/teststudy-code doesn't work!!!!

Try giving me the exact code you have been using to svn update summary of stuff I tried. When do you get off school btw?

root@ip-10-139-44-98:~# svn update /var/www/teststudy-code Skipped '/var/www/teststudy-code' Summary of conflicts: Skipped paths: 1 root@ip-10-139-44-98:~# ^C root@ip-10-139-44-98:~# cd svn update /var/www/teststudy-code bash: cd: svn: No such file or directory root@ip-10-139-44-98:~# cd /var/www/teststudy-code root@ip-10-139-44-98:/var/www/teststudy-code# svn update Skipped '.' Summary of conflicts: Skipped paths: 1 root@ip-10-139-44-98:/var/www/teststudy-code# svn update svn update /var/www/tes tstudy-code Skipped 'svn' Skipped 'update' Skipped '.' Summary of updates: Summary of conflicts: Skipped paths: 3 root@ip-10-139-44-98:/var/www/teststudy-code# svn update /var/www/teststudy-code
Skipped '.' Summary of conflicts: Skipped paths: 1 root@ip-10-139-44-98:/var/www/teststudy-code#

wontonst commented 11 years ago

okay fixed, i know why it was broken; path is broken so if you goto daviscircles there will be a missing file due to broken path, this is resolved by turning that missing file into a laravel librry and fixing all the code to use library instead of include

On Mon, Aug 26, 2013 at 2:17 PM, Jetchan notifications@github.com wrote:

svn update /var/www/teststudy-code doesn't work!!!!

Try giving me the exact code you have been using to svn update summary of stuff I tried. When do you get off school btw?

root@ip-10-139-44-98:~# svn update /var/www/teststudy-code Skipped '/var/www/teststudy-code'

Summary of conflicts: Skipped paths: 1 root@ip-10-139-44-98:~# ^C root@ip-10-139-44-98:~# cd svn update /var/www/teststudy-code bash: cd: svn: No such file or directory root@ip-10-139-44-98:~# cd /var/www/teststudy-code root@ip-10-139-44-98:/var/www/teststudy-code# svn update

Skipped '.' Summary of conflicts: Skipped paths: 1 root@ip-10-139-44-98:/var/www/teststudy-code# svn update svn update /var/www/tes tstudy-code Skipped 'svn' Skipped 'update' Skipped '.' Summary of updates: Summary of conflicts: Skipped paths: 3 root@ip-10-139-44-98:/var/www/teststudy-code# svn update /var/www/teststudy-code

Skipped '.' Summary of conflicts: Skipped paths: 1 root@ip-10-139-44-98:/var/www/teststudy-code#

— Reply to this email directly or view it on GitHubhttps://github.com/wontonst/teststudy-code/issues/61#issuecomment-23295570 .

lhsairplanes commented 11 years ago

Almost fixed, good that you spotted the issue :P

One issue remains, it asks for your authentication even when I am sudo bash while signed into jetchan

heres the message unix gave:

root@ip-10-139-44-98:/var/www/teststudy-code# svn update Updating '.': Authentication realm: https://subversion.assembla.com:443 Assembla Restricted Area Password for 'yiweizhe':

What's the password for it?

wontonst commented 11 years ago

if you press any letter then press enter it will prompt username

Password for 'yiweizhe': 
Authentication realm: <https://subversion.assembla.com:443> Assembla 
Restricted Area Username: ```
lhsairplanes commented 11 years ago

For future request, its assembla user name and password