Ahh... you're doing exactly the same thing with the synced folder...
Go home, do an Update. Go to the airport, do all the changes (to your 
heart's content :-P) then when you go home, Commit.

Exact same process as you do now days, but without losing versioning. 

It feels like we're not on the same page as to how SVN works... the files 
you Checkout are not stored in the cloud, you dont need any connection to 
the repository when you're doing doing any actions against the code. when 
you do a Checkout, you make a local copy of that specific version of the 
code on your computer (which makes them totally offline). you can do 
whatever you want without any connection to the SVN repository. once you 
want to update your code (what you now call "sync it". either sync up to 
the repository or sync down from it) you just connect to the network and 
Update/Commit (what you do now with Sync Folder).



On Sunday, December 16, 2012 7:39:48 PM UTC+2, TreKing wrote:
>
> On Sun, Dec 16, 2012 at 11:31 AM, Fred Niggle 
> <fred....@googlemail.com<javascript:>
> > wrote:
>
>> erm.... VPN?
>
>
> LOL - yeah. Should have added "that does not require a network connection".
>
>
> -------------------------------------------------------------------------------------------------
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago 
> transit tracking app for Android-powered devices
>
>  

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to