Changes

Jump to: navigation, search

Mercurial-nexj

207 bytes added, 12:54, 19 November 2010
Notes
* Remote Repository
: to Clone a remote repository:
<source lang=java>
hg clone http://domain:port/postgreSQL NexJExpress/work/ws
</source>
'''possible Errors'''
''I get an error while cloning a remote repository via ssh''
:If your remote repository is cloned thusly
<source lang=java>
::In your ~/.hgrc file, set a remotecmd value in the [ui] section giving the exact path to hg.
::On the server, create a ~/.ssh/environment file that defines an appropriate PATH, and add PermitUserEnvironment yes to /etc/sshd_config.
'':I get an "ssl required" error message when trying to push changes''
:That's because allowing anonymous, unauthenticated HTTP clients to push changes into your repository would be a huge security hole. If you are on a private network and you know that all HTTP clients are trustworthy, you can add
<source lang=java>
1
edit

Navigation menu