Re: Migrating ClearCase data to Subversion

2013-11-17 Thread Olivier Antoine
Thanks All for your help, I will try the Polarion tool, I am also looking at simplified ways to do the job. I have to propose a solution for projects asking to migrate from CC to SVN, on Unix and Windows. And we cannot let the ClearCase vob live forever - maybe one year, not more, because Clear

Migrating ClearCase data to Subversion

2013-11-15 Thread Olivier Antoine
Hi, I could not find a tool or an automated way to migrate ClearCase vobs to SVN repositories. I guess there is not any perfect tool to do this. I don't think I can use timestamp to build revisions, like for migration cvs to svn. On the other hand, the real need is to migrate main to trunk, to m

Re: History in subversion

2013-06-17 Thread Olivier Antoine
Hi, >>> From: Ryan Schmidt > On the other hand, let's say you've made changes and tested them and try to commit and it fails because a file is out of date. > You wish you had made a feature branch for these changes. No problem; you can still do it now. > Use "svn info" on the working copy to fin

Re: History in subversion

2013-06-16 Thread Olivier Antoine
Thanks, that's a lot to think about, >>> From: Les Mikesell >Taking the history in a copy is what makes svn work and it makes any > copied directory functionally usable as a branch or tag. But after > that it depends on how you actually use it... As consequence, SVN allows to create branches a

Re: History in subversion

2013-06-13 Thread Olivier Antoine
Thanks All again for your help, >>> From: Les Mikesell >> I did not understand everything with branches and tags, I have to read again >> the manual, but I have the feeling that branches and tags are not linked, >> this is strange to me. > Linked to what? Think of them as 'cheap copies' of wha

Re: History in subversion

2013-06-12 Thread Olivier Antoine
mpare the capabilities of both tools by myself, because what I read in the past was not detailed enough in my opinion. Thanks 2013/6/11 Olivier Antoine > Hi, > > I'm trying to work with SVN, but coming from ClearCase, I'm lost. > > It seems that it is not possible to

Re: History in subversion

2013-06-11 Thread Olivier Antoine
restore a file element that has been removed in a very old revision, and of course I don't know which one. Any search command or script with Subversion ? 2013/6/11 Olivier Antoine > Hi, > > I'm trying to work with SVN, but coming from ClearCase, I'm lost. > > It

Re: History in subversion

2013-06-11 Thread Olivier Antoine
see any way to apply svn+diff on the directory element only I tried : svn diff --depth empty => but got only properties information. 2013/6/11 Olivier Antoine > Hi, > > I'm trying to work with SVN, but coming from ClearCase, I'm lost. > > It seems that it is not possib

History in subversion

2013-06-11 Thread Olivier Antoine
Hi, I'm trying to work with SVN, but coming from ClearCase, I'm lost. It seems that it is not possible to consult the history of the repository like in CC, I can get the history of a file element with svn+annotate, I can use svn+diff on files, But for directories : no annotate, no diff - nothing

Conflicts with merge

2013-04-29 Thread Olivier Antoine
Hi, Trying to understand how merge works for svn, I did a merge from a branch to trunk, and I get this: Skipped 'test1.c' -- Node remains in conflict Uhomo_script_sql.sql Skipped 'ARBO1' -- Node remains in conflict Uhomo_script_ddl.sql Skipped 't.dat' -- Node remains in conflict Skipped

Re: Graphical version tree

2013-04-06 Thread Olivier Antoine
Ok, Thanks for your help, Regards Olivier 2013/4/5 Thorsten Schöning > Guten Tag Olivier Antoine, > am Freitag, 5. April 2013 um 06:56 schrieben Sie: > > > In your opinion, what is the best one for Windows, please? > > Please always answer to the list. > > It re

Re: Graphical version tree

2013-04-04 Thread Olivier Antoine
Hi, In your opinion, what is the best one for Windows, please? Regards Olivier 2013/4/3 Thorsten Schöning > Guten Tag Olivier Antoine, > am Mittwoch, 3. April 2013 um 20:52 schrieben Sie: > > > I'd like to know if there is a tool that could display a graphical >

Graphical version tree

2013-04-03 Thread Olivier Antoine
Hi, I'm beginning with Subversion, I'd like to know if there is a tool that could display a graphical representation of the version tree of a file? Regards, Olivier