Re: Using tags with SVN

2011-03-31 Thread David Weintraub
On Thu, Mar 31, 2011 at 12:31 PM, Stirnweiss, Siegmund SZ/HZA-ZIT3 wrote: > Hello, > > I’m currently thinking about migrating from CVS to SVN, since SVN is said to > be the successor of CVS. > > When analyzing the differences between CVS and SVN I found tags are treated > in a different way in SV

RE: Advice on upgrading svn and moving to new server

2011-03-31 Thread Bob Archer
> > On Wed, Mar 30, 2011 at 3:17 PM, Daniel Shahaf > wrote: > > Kevin Grover wrote on Wed, Mar 30, 2011 at 08:13:34 -0700: > >> When upgrading, mostly you can still access old repositories. >  SOMETIMES > >> they will be silently upgraded in someways > > > > I don't know that the above sentence i

RE: Using tags with SVN

2011-03-31 Thread Bob Archer
> I'm currently thinking about migrating from CVS to SVN, since SVN > is said to be the successor of CVS. > When analyzing the differences between CVS and SVN I found tags are > treated in a different way in SVN, than they were treated in CVS, > because the tag concept in SVN is: A tag is just a "s

Re: minimalist example of svn_txdelta_run?

2011-03-31 Thread Clifford Yapp
On Thu, Mar 31, 2011 at 1:45 PM, Daniel Shahaf wrote: > The first thing to say is that you aren't checking the error return > values.  Try compiling with -DSVN_DEBUG --- that will cause an abort() > if you missed an error return. I know - this is in the "quick and dirty" category, so I'll have t

Re: minimalist example of svn_txdelta_run?

2011-03-31 Thread Daniel Shahaf
Clifford Yapp wrote on Wed, Mar 30, 2011 at 19:46:04 -0400: > 2) is there an example somewhere of this process being done in C code > as a minimal example? Something along the lines of "given a > repository and two strings str1 and str2, here's how to apply the > difference to a file in a reposit

Re: minimalist example of svn_txdelta_run?

2011-03-31 Thread Daniel Shahaf
Clifford Yapp wrote on Thu, Mar 31, 2011 at 08:50:37 -0400: > On Thu, Mar 31, 2011 at 12:02 AM, Daniel Shahaf > wrote: > > > Typically to update a file in the repository using the svn_delta API > > you'd already know the current contents of that file.  Is that the case > > for you? > > > > What

Using tags with SVN

2011-03-31 Thread Stirnweiss, Siegmund SZ/HZA-ZIT3
Hello, I'm currently thinking about migrating from CVS to SVN, since SVN is said to be the successor of CVS. When analyzing the differences between CVS and SVN I found tags are treated in a different way in SVN, than they were treated in CVS, because the tag concept in SVN is: A tag is just a "sn

Clearvision Survey: Open Source – The Unknown

2011-03-31 Thread Clearvision CM
Two things you did not know about open source software . . . . 1) It can SAVE your company money. 2) It can COST your company its reputation. Does your company have a safeguard or policy for monitoring its source code? You may not know that it only takes a small amount of unlicensed code within

Re: minimalist example of svn_txdelta_run?

2011-03-31 Thread Clifford Yapp
On Thu, Mar 31, 2011 at 12:02 AM, Daniel Shahaf wrote: > Typically to update a file in the repository using the svn_delta API > you'd already know the current contents of that file.  Is that the case > for you? > > What are you trying to do?  Can you give an example with sample data? Well, what

Re: subversion authz wildcard

2011-03-31 Thread Stefan Sperling
On Wed, Mar 30, 2011 at 09:43:27PM -0700, Michael Mac (Palm GBU) wrote: > Hi, > > I'd to query the user community to know if there's been any progress > in using wildcards with authz? Is there a work around for this? There > was previous mentioned that version 1.7 may have this feature > enhanceme

Re: Sync SVN to CVS

2011-03-31 Thread Ole Pinto
If all they do is "update" to the trunk's latest revision, it could be done taking checking out the SVN source and committing it into SVN. Care should be taken with added/deleted files; I think there was an easy way using ¿external branches? (like 1.0.1.1). If you need releases / tags, it only get

Re: Sync SVN to CVS

2011-03-31 Thread Daniel Shahaf
I believe the freebsd folks do some mirroring svn->cvs: http://svn.freebsd.org/ http://svn.freebsd.org/viewvc/base/svnadmin/tools/export.py?view=markup http://svn.freebsd.org/base/ROADMAP.txt Thorsten Schöning wrote on Thu, Mar 31, 2011 at 09:11:15 +0200: > Guten Tag SUMNER Andrew, > am Mittwoch,

Re: Sync SVN to CVS

2011-03-31 Thread Thorsten Schöning
Guten Tag SUMNER Andrew, am Mittwoch, 30. März 2011 um 20:42 schrieben Sie: > Our operations group require that the database scripts are in cvs, > however the developers are using svn for everything else and it > would prefer to be using the one tool. And of course it's no option to switch oper