[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Mail with code problem

From: Andrew Thompson <subversionuser_at_aktzero.com>
Date: 2005-05-03 17:57:34 CEST

Rui Dias wrote:
> Imagine I’m working overseas and can´t have access to repository.
> Everyday I send my changes to a colleague, he commits his code, then
> puts my changes in his code and set’s my code to commit. After this he
> sends me all code.

You can send/receive email, but you can't touch the repository?
Curious... (I'm assuming you're not fedex'ing code every day.)

A few things:

1) Have you tried an apache hosted repository? (I hope you have web access.)

2) Do you have ssh access? (svn+ssh works for me!)

3) Most importantly, are you running a local repository on your box? I
would think that you ought to be, so that you can do periodic checkin's
of your work throughout the day. You can still diff against the "all
code" dumps you're getting from your colleague and just merge those as a
single commit. (File/directory moves/adds/changes may cause some
headaches.) Read up on svk, it sounds like what you really need.

> When I get to enterprise All my code get’s conflicted. Is there a way to
> say to repository that I’ve got allready the last version?

Aside from my above comments, I'd say move your directory out of the
way, checkout fresh, then diff/patch/merge your most recent changes into
the working copy.

-- 
Andrew Thompson
http://aktzero.com/
Interested in a hosted SVN repository? Email me, let's talk...
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 3 17:59:42 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.