Why won't my files push to my SFTP server?
        Posted  
        
            by Matthew
        on Super User
        
        See other posts from Super User
        
            or by Matthew
        
        
        
        Published on 2009-09-13T01:47:33Z
        Indexed on 
            2010/06/10
            20:03 UTC
        
        
        Read the original article
        Hit count: 291
        
I'm having trouble pushing my branch to an SFTP server. I'm following the instructions here.
When I push the branch, everything seems to complete successfully. I get the message "Created new branch.", and if I do "bzr push" again, it says "No new revisions to push." But when I ssh to the SFTP server to look at the directory I put my branch in, only the .bzr directory is there. None of my files are there. Does anyone have any idea why this might be?
© Super User or respective owner