change update mode to none for oasvn and clean up desc
This commit is contained in:
parent
a7f5825fa4
commit
79b809149e
|
@ -4,11 +4,10 @@ Web Site:http://www.valleytg.com
|
||||||
Source Code:http://www.valleytg.com
|
Source Code:http://www.valleytg.com
|
||||||
Issue Tracker:http://www.valleytg.com:8090/secure/Dashboard.jspa
|
Issue Tracker:http://www.valleytg.com:8090/secure/Dashboard.jspa
|
||||||
|
|
||||||
Summary:SVN for Android
|
Summary:Subversion for Android
|
||||||
Description:
|
Description:
|
||||||
The first functional SVN (Subversion) client for Android that correctly uses the SVN protocol!
|
Works for http:// https:// and svn:// repositories. svn+ssh:// is experimental and has been added recently.
|
||||||
Works for http:// https:// and svn:// repositories! svn+ssh:// has been added, please email me with
|
Currently supports all of the following svn operations: Checkout (Head or specify revision),
|
||||||
input on it. Currently supports all of the following svn operations: Checkout (Head or specify revision),
|
|
||||||
Update, Commit, Export (Head or specify revision), Cleanup, and Revert. Also allows you to view remote
|
Update, Commit, Export (Head or specify revision), Cleanup, and Revert. Also allows you to view remote
|
||||||
repository revisions (you specify the number of revisions to retrieve) and see commit comments, author,
|
repository revisions (you specify the number of revisions to retrieve) and see commit comments, author,
|
||||||
date/time and all files changed, added, deleted, etc.
|
date/time and all files changed, added, deleted, etc.
|
||||||
|
@ -22,21 +21,19 @@ to retrieve from the remote server. Finally you can checkout or export specific
|
||||||
head version.
|
head version.
|
||||||
|
|
||||||
The interface has been reworked a bit to include a menu for some functions to clean up the main screen.
|
The interface has been reworked a bit to include a menu for some functions to clean up the main screen.
|
||||||
Also improved is the German language support. Currently we are looking for help with French, Japanese and
|
Also improved is the German language support. Help is needed with French, Japanese and
|
||||||
Russian translations, if you can help, there is more information at these links:
|
Russian translations: if you can help, there is more information at these links:
|
||||||
|
|
||||||
[http://www.valleytg.com:8090/browse/OASVN-35 French]
|
[http://www.valleytg.com:8090/browse/OASVN-35 French]
|
||||||
[http://www.valleytg.com:8090/browse/OASVN-15 Russian]
|
[http://www.valleytg.com:8090/browse/OASVN-15 Russian]
|
||||||
[http://www.valleytg.com:8090/browse/OASVN-14 Japanese]
|
[http://www.valleytg.com:8090/browse/OASVN-14 Japanese]
|
||||||
|
|
||||||
We have taken every precaution to ensure this works correctly, but please make sure to back up your
|
Every precaution has been taken to ensure this works correctly, but please make sure to back up your
|
||||||
repositories regularly!
|
repositories regularly!
|
||||||
|
|
||||||
This project is only a couple of months old now and has been growing quickly. A
|
This project is only a couple of months old now and has been growing quickly. A
|
||||||
[http://www.valleytg.com/jira JIRA] has been created to help keep the project moving along.
|
[http://www.valleytg.com/jira JIRA] has been created to help keep the project moving along.
|
||||||
|
svn+ssl is still experimental: please send any feedback using the Jira.
|
||||||
Note: svn+ssl is still experimental. I have received some positive feedback but I do not have access
|
|
||||||
to do in-depth testing yet on this protocol, please send any feedback using the Jira.
|
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:svn
|
Repo Type:svn
|
||||||
|
@ -46,7 +43,8 @@ Build Version:1.0.9,10,84,target=android-15
|
||||||
Build Version:1.0.10,11,126,target=android-15
|
Build Version:1.0.10,11,126,target=android-15
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Market
|
#Manual for now
|
||||||
Current Version:1.0.9
|
Update Check Mode:None
|
||||||
Current Version Code:10
|
Current Version:1.0.10
|
||||||
|
Current Version Code:11
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue