Re: [android-developers] How to sync development projects?

2012-12-19 Thread lbendlin
Then you haven't worked in iOS development. There Apple have generously discontinued support for CVS, and are now huffing and puffing to discontinue support for SVN too. Git or nothing. On Tuesday, December 18, 2012 7:39:25 PM UTC-5, TreKing wrote: On Tue, Dec 18, 2012 at 2:35 AM, Piren

Re: [android-developers] How to sync development projects?

2012-12-19 Thread TreKing
On Wed, Dec 19, 2012 at 5:31 AM, lbendlin l...@bendlin.us wrote: Then you haven't worked in iOS development. Correct, though I hope to change that relatively soon... There Apple have generously discontinued support for CVS, and are now huffing and puffing to discontinue support for SVN

Re: [android-developers] How to sync development projects?

2012-12-18 Thread Piren
Only now i've understood what you're trying to accomplish... i've missed the part where you actually commit to the local repo. i understood it as if you're just working on your local files and then let the Shared folder sync them... not that you actually perform a Commit locally and then sync

Re: [android-developers] How to sync development projects?

2012-12-18 Thread TreKing
On Tue, Dec 18, 2012 at 2:35 AM, Piren gpi...@gmail.com wrote: In that case, you should really move to git as Nikolay suggested :) Its basically doing exactly what you want... Meh, I'm set in my ways with SVN. I don't use this that frequently that I feel it's worth the trouble learning and

Re: [android-developers] How to sync development projects?

2012-12-17 Thread Piren
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

Re: [android-developers] How to sync development projects?

2012-12-17 Thread Piren
Just another comment to make the point clear - When you Checkout a project from SVN, you basically set up a synced offline folder on your computer with that specific version of the files (usually the latest unless chosen otherwise)... So SVN is in it's core pretty much the exact same thing as

Re: [android-developers] How to sync development projects?

2012-12-17 Thread Nikolay Elenkov
On Mon, Dec 17, 2012 at 5:37 PM, Piren gpi...@gmail.com wrote: Just another comment to make the point clear - When you Checkout a project from SVN, you basically set up a synced offline folder on your computer with that specific version of the files (usually the latest unless chosen

Re: [android-developers] How to sync development projects?

2012-12-17 Thread Piren
well... he is using shared offline folders now :-P On Monday, December 17, 2012 10:46:04 AM UTC+2, Nikolay Elenkov wrote: On Mon, Dec 17, 2012 at 5:37 PM, Piren gpi...@gmail.com javascript: wrote: Just another comment to make the point clear - When you Checkout a project from SVN,

Re: [android-developers] How to sync development projects?

2012-12-17 Thread TreKing
On Mon, Dec 17, 2012 at 2:33 AM, Piren gpi...@gmail.com wrote: It feels like we're not on the same page as to how SVN works... Apparently not, lol 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

Re: [android-developers] How to sync development projects?

2012-12-17 Thread lbendlin
Anyone here who can tell the story of I moved from SVN to git and have the consecutive app versioning numbers to prove it? On Monday, December 17, 2012 11:25:29 AM UTC-5, TreKing wrote: On Mon, Dec 17, 2012 at 2:33 AM, Piren gpi...@gmail.com javascript:wrote: It feels like we're not on the

Re: [android-developers] How to sync development projects?

2012-12-16 Thread Piren
ah... if you're using SVN, why are you also using the repository as a shared folder? Or did i just get you wrong? On Friday, December 14, 2012 9:02:10 PM UTC+2, TreKing wrote: On Fri, Dec 14, 2012 at 12:52 PM, Jungle Jim jjjun...@gmail.comjavascript: wrote: Does anyone know of a utility

Re: [android-developers] How to sync development projects?

2012-12-16 Thread TreKing
On Sun, Dec 16, 2012 at 3:41 AM, Piren gpi...@gmail.com wrote: ah... if you're using SVN, why are you also using the repository as a shared folder? Or did i just get you wrong? Not sure I get what you're asking ... Making it shareable allows me to access it on my laptop. Then I mark it

Re: [android-developers] How to sync development projects?

2012-12-16 Thread Piren
That's what i thought you're doing and i'm not sure why... Thats just a synced folder which is nice, but its not using the real purpose of SVN - versioning... If its already on SVN, all you need to do to access it on the Laptop is just Checkout the code and thats it... then any update can be

Re: [android-developers] How to sync development projects?

2012-12-16 Thread TreKing
On Sun, Dec 16, 2012 at 6:43 AM, Piren gpi...@gmail.com wrote: If its already on SVN, all you need to do to access it on the Laptop is just Checkout the code and thats it... then any update can be commited or merged easily (and still be available offline). My Repo is local and lives on my

Re: [android-developers] How to sync development projects?

2012-12-16 Thread Fred Niggle
erm VPN? On 16 December 2012 17:29, TreKing treking...@gmail.com wrote: On Sun, Dec 16, 2012 at 6:43 AM, Piren gpi...@gmail.com wrote: If its already on SVN, all you need to do to access it on the Laptop is just Checkout the code and thats it... then any update can be commited or merged

Re: [android-developers] How to sync development projects?

2012-12-16 Thread TreKing
On Sun, Dec 16, 2012 at 11:31 AM, Fred Niggle fred.nig...@googlemail.comwrote: erm VPN? LOL - yeah. Should have added that does not require a network connection. - TreKing

Re: [android-developers] How to sync development projects?

2012-12-16 Thread Fred Niggle
ah, that makes more sense On 16 December 2012 17:39, TreKing treking...@gmail.com wrote: On Sun, Dec 16, 2012 at 11:31 AM, Fred Niggle fred.nig...@googlemail.comwrote: erm VPN? LOL - yeah. Should have added that does not require a network connection.

Re: [android-developers] How to sync development projects?

2012-12-14 Thread rambabu mareedu
maintain workspace in cloud On Sat, Dec 15, 2012 at 12:22 AM, Jungle Jim jjjungle...@gmail.com wrote: I am developing apps using the Android SDK and Eclipse with both my desktop PC and laptop. Does anyone know of a utility that will easily sync the updates to the files like the xml and src

Re: [android-developers] How to sync development projects?

2012-12-14 Thread TreKing
On Fri, Dec 14, 2012 at 12:52 PM, Jungle Jim jjjungle...@gmail.com wrote: Does anyone know of a utility that will easily sync the updates to the files like the xml and src betwee the two PCs? I don't know about utility, but what I do is make my SVN repository shareable on my home network,

Re: [android-developers] How to sync development projects?

2012-12-14 Thread Latimerius
On Fri, Dec 14, 2012 at 8:02 PM, TreKing treking...@gmail.com wrote: On Fri, Dec 14, 2012 at 12:52 PM, Jungle Jim jjjungle...@gmail.comwrote: Does anyone know of a utility that will easily sync the updates to the files like the xml and src betwee the two PCs? I don't know about utility,