Re: [qet] Command for commandline - switching into currently used branche and the list of untranslated elements |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
- To: qet@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [qet] Command for commandline - switching into currently used branche and the list of untranslated elements
- From: Pavel Fric <pavelfric@xxxxxxxxx>
- Date: Mon, 04 Apr 2011 19:30:05 +0200 (CEST)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=seznam.cz; h=In-Reply-To:Received:Date:To:From:Subject:Mime-Version:Message-Id:Content-Transfer-Encoding:Content-Type:X-Country:X-Abuse:X-Seznam-User; b=UjzpFTGrCZpJd+suPxcaOn3Ae8Trpg/ZVw2xW1+KesALJdCJbkEN6e1kOD7HTndku QCFmh8gTTmGvAF/ZyoVXeyxIK0JL5aGD+64OmW0ZOpMlj9aD1Hq54nvJd4jum9Hu6CN S75MCb3WRq+VaYJaOvo64f1Ps8wQzUjrObp8B6I=
Hi,
I deleted my last subversion download and tried to check out the new files, but:
[pavel@localhost ~]$ svn co "svn+ssh://identifiant@xxxxxxxxxxxxxxxxx/svnroot/qet/qet/branches/0.3" qelectrotech_0.3
Password:
Password:
Password:
svn: To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of your Subversion configuration file.
svn: Network connection closed unexpectedly
[pavel@localhost ~]$
I removed the -q , but the result is the same:
### Section for configuring tunnel agents.
[tunnels]
### Configure svn protocol tunnel schemes here. By default, only
### the 'ssh' scheme is defined. You can define other schemes to
### be used with 'svn+scheme://hostname/path' URLs. A scheme
### definition is simply a command, optionally prefixed by an
### environment variable name which can override the command if it
### is defined. The command (or environment variable) may contain
### arguments, using standard shell quoting for arguments with
### spaces. The command will be invoked as:
### <command> <hostname> svnserve -t
### (If the URL includes a username, then the hostname will be
### passed to the tunnel agent as <user>@<hostname>.) If the
### built-in ssh scheme were not predefined, it could be defined
### as:
# ssh = $SVN_SSH ssh
### If you wanted to define a new 'rsh' scheme, to be used with
### 'svn+rsh:' URLs, you could do so as follows:
# rsh = rsh
### Or, if you wanted to specify a full path and arguments:
# rsh = /path/to/rsh -l myusername
### On Windows, if you are specifying a full path to a command,
### use a forward slash (/) or a paired backslash (\\) as the
### path separator. A single backslash will be treated as an
### escape for the following character.
Any idea how to deal with it?
> ------------ Původní zpráva ------------
> Od: Xavier G. <xavier@xxxxxxxxxxxxxxxx>
> Předmět: Re: [qet] Command for commandline - switching into currently used
> branche and the list of untranslated elements
> Datum: 04.4.2011 18:08:15
> ----------------------------------------
> Le Monday 04 April 2011 17:34:29 Pavel Fric, vous avez écrit :
> > Hi,
> Hello Pavel,
>
> > could you, please, provide the command for commandline for me 1) to
> > switch into the now used branche
> We use the 0.3 branch, so instructions on this page[1] still apply; just
> ensure you checkout your working directory using a URL containing
> branches/0.3.
>
> > 2) to list all into Czech now untranslated elements?
> Put this script[2] in your "elements" directory, and run it this way:
> cd elements/
> bash detect_non_translated_elements.sh pl
> This should list you elements and categories yet to be translated.
>
> > The rest I can remember: svn up, something like svn ci, and... I´ll see
> > that command for adding all newly finished-translated files.
> >
> > Thanks in advance and greetings, Pavel Fric
>
> Greetings,
> --
> Xavier G.
> QElectroTech project developer
>
>
> [1] http://qelectrotech.org/wiki/cs/doc/subversion
> [2]
> http://download.tuxfamily.org/qet/scripts/detect_non_translated_elements.sh
>
>
>
Pavel Fric