Wednesday 29 July 2015

BZR Configuration

BZR Configuration

       ssh admin@192.168.1.99
       Log to server
       cd /opt/bzr_repository
       bzr init sale
       checkout to your local
       bzr checkout sftp://admin@192.168.1.99/opt/bzr_repository/sale sale 
       Add files
       bzr add
       bzr commit -m "fisrt commit"
       
       agian log to server
       open customized_addone
       bzr checkout sftp://admin@192.168.1.99/opt/bzr_repository/sale sale 
       if again committing 
       open the sale module 
       bzr pull
       

       


No comments:

Post a Comment