1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-i18n] Checking out po files from svn
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-i18n%40mageia.org?Subject=Re%3A%20%5BMageia-i18n%5D%20Checking%20out%20po%20files%20from%20svn&In-Reply-To=%3C20110425124013.GC21138%40sisay.ephaone.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="001346.html">
<LINK REL="Next" HREF="001331.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-i18n] Checking out po files from svn</H1>
<B>Michael scherer</B>
<A HREF="mailto:mageia-i18n%40mageia.org?Subject=Re%3A%20%5BMageia-i18n%5D%20Checking%20out%20po%20files%20from%20svn&In-Reply-To=%3C20110425124013.GC21138%40sisay.ephaone.org%3E"
TITLE="[Mageia-i18n] Checking out po files from svn">misc at zarb.org
</A><BR>
<I>Mon Apr 25 14:40:13 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="001346.html">[Mageia-i18n] Checking out po files from svn
</A></li>
<LI>Next message: <A HREF="001331.html">[Mageia-i18n] Checking out po files from svn
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1369">[ date ]</a>
<a href="thread.html#1369">[ thread ]</a>
<a href="subject.html#1369">[ subject ]</a>
<a href="author.html#1369">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Fri, Apr 22, 2011 at 07:16:09PM +0200, Rémi Verschelde wrote:
><i> 2011/4/22 Franklin Weng <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-i18n">franklin at goodhorse.idv.tw</A>>:
</I>><i> > Hi,
</I>><i> > Following Oliver's suggestion in the meeting several hours ago, I tried to
</I>><i> > check out the po files from <A HREF="http://svnweb.mageia.org/soft/ .">http://svnweb.mageia.org/soft/ .</A>
</I>><i> > Here I wrote a shell script to check out automatically.
</I>><i> > However, as shown in the file, some projects listed on Tx was not in
</I>><i> > svnweb.mageia.org,
</I>><i> > including Epoll, Identity/CatDap, mageia-gfxboot-theme, drakx_install,
</I>><i> > drakx_share, and drakx_standalone.
</I>><i> > Please tell us how to check them out.
</I>><i> >
</I>><i> > Thanks,
</I>><i> > Franklin
</I>><i>
</I>><i> A simple way to find the po files if you imported the SVN repository
</I>><i> on your disk or if you have SSH access to it, is to use the command
</I>><i> find, e.g.:
</I>><i>
</I>You can simply use this :
svn ls -R <A HREF="svn://svn.mageia.org/svn/soft/">svn://svn.mageia.org/svn/soft/</A> | grep '\.po$'
( but as this walk the whole svn, I would recommend to not use it too often if possible
).
--
Michael Scherer
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="001346.html">[Mageia-i18n] Checking out po files from svn
</A></li>
<LI>Next message: <A HREF="001331.html">[Mageia-i18n] Checking out po files from svn
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1369">[ date ]</a>
<a href="thread.html#1369">[ thread ]</a>
<a href="subject.html#1369">[ subject ]</a>
<a href="author.html#1369">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-i18n">More information about the Mageia-i18n
mailing list</a><br>
</body></html>
|