AW: Re: [OFBiz] Dev - diff/merge [was: OFBiz Roadmap Question]

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

AW: Re: [OFBiz] Dev - diff/merge [was: OFBiz Roadmap Question]

Tapio Reisinger
Hi Oliver,

you should use subversion and a subversion client.

http://subversion.tigris.org/

For an actual OFBiz you should checkout from the OFBiz Subversion repository.

http://svn.ofbiz.org/

There are some guides in the Wiki as well.

Regards
Tapio



>Am Mittwoch, 3. August 2005 01:08 schrieb Joachim Müller:
>> Hi all!
>
>Hello Joachim,
>
>> Can someone comment on the OFBiz roadmap?
>>
>> What's the next release?
>
>3.5 should be the next release:
><a
>href="http://ofbizwiki.go-integral.com/Wiki.jsp?page=Release3.5.0">http://ofbiz
>wiki.go-integral.com/Wiki.jsp?page=Release3.5.0</a>
><a
>href="http://jira.undersunconshttp://jira.undersunconsulting.com/browse/OFBIZ?r
>eport=com.atlassian.jira.plugin.system.project:roadmap-panelulting.com/browse/O
>FBIZ?report=com.atlassian.jira.plugin.system.project:roadmap-panel">http://jira
>.undersunconshttp://jira.undersunconsulting.com/browse/OFBIZ?report=com.atlassi
>an.jira.plugin.system.project:roadmap-panelulting.com/browse/OFBIZ?report=com.a
>tlassian.jira.plugin.system.project:roadmap-panel</a>
>
>> What's best for starting a new project: trunc or taged version?
>> (stability, feature completness)
>
>We are working with Si Chen's weekly builds:
><a
>href="http://www.opensourcestrategies.com/ofbiz/downloads.php">http://www.opens
>ourcestrategies.com/ofbiz/downloads.php</a>
><a
>href="http://ofbiz-new.blogspot.com/2005/07/ofbiz-development-svn-r5417.html">h
>ttp://ofbiz-new.blogspot.com/2005/07/ofbiz-development-svn-r5417.html</a>
>
>But we didn't find a convenient way to follow development yet.
>I found two diff/merge tools for source trees:
>
>Guiffy (<a href="http://www.guiffy.com/)">http://www.guiffy.com/)</a> -
>commercial ($75), cross-platform
>WinMerge (<a
>href="http://winmerge.sourceforge.net/)">http://winmerge.sourceforge.net/)</a>
>- open/free, Windows only
>
>Is there something similar for merging source trees (last weekly build with
>local changes and new weekly build) which is open source and cross-platform
>(should run on Mac OS X/Aqua or FreeBSD/KDE)?
>
>Oliver
>
>
>
>
>
>_______________________________________________
>Dev mailing list
>[hidden email]
><a
>href="http://lists.ofbiz.org/mailman/listinfo/dev">http://lists.ofbiz.org/mailm
>an/listinfo/dev</a>
 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

[OFBiz] Dev - Re: diff/merge [was: OFBiz Roadmap Question]

Oliver Lietz-2
Am Mittwoch, 3. August 2005 15:35 schrieb Tapio Reisinger:

> Hi Oliver,
>
> you should use subversion and a subversion client.
>
> http://subversion.tigris.org/
>
> For an actual OFBiz you should checkout from the OFBiz Subversion
> repository.
>
> http://svn.ofbiz.org/
>
> There are some guides in the Wiki as well.

Yes, I tried subclipse - but it fails with "Unable to create view: Plug-in
org.tigris.subversion.subclipse.ui was unable to load class" on Mac OS X.
I've to further investigate what goes wrong.

But is subclipse or any other subversion client able to show diffs between two
repositories (official ofbiz vs. local) like Guiffy or WinMerge?

Oliver


 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: [OFBiz] Dev - Re: diff/merge [was: OFBiz Roadmap Question]

Jacques Le Roux
Administrator
> But is subclipse or any other subversion client able to show diffs between
two
> repositories (official ofbiz vs. local) like Guiffy or WinMerge?

Yes subversion does that well. Actually it's its job !

I prefer to use svn (subversion nickname on terminal) than Subclipse. But at
least now on Linux Subclipse is working weel too. I had some problem before
with Subclipse on Windows.

Don't miss to look at the Wiki http://ofbizwiki.go-integral.com/Wiki.jsp.

Searching for what you need in the Wiki is a good way to help yourself (see
Search button at right top ;o) Try "subversion" for example...

Jacques

----- Original Message -----
From: "Oliver Lietz" <[hidden email]>
To: <[hidden email]>
Sent: Wednesday, August 03, 2005 4:46 PM
Subject: [OFBiz] Dev - Re: diff/merge [was: OFBiz Roadmap Question]


> Am Mittwoch, 3. August 2005 15:35 schrieb Tapio Reisinger:
> > Hi Oliver,
> >
> > you should use subversion and a subversion client.
> >
> > http://subversion.tigris.org/
> >
> > For an actual OFBiz you should checkout from the OFBiz Subversion
> > repository.
> >
> > http://svn.ofbiz.org/
> >
> > There are some guides in the Wiki as well.
>
> Yes, I tried subclipse - but it fails with "Unable to create view: Plug-in
> org.tigris.subversion.subclipse.ui was unable to load class" on Mac OS X.
> I've to further investigate what goes wrong.
>
> But is subclipse or any other subversion client able to show diffs between
two

> repositories (official ofbiz vs. local) like Guiffy or WinMerge?
>
> Oliver
>
>
>
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev
>


 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: [OFBiz] Dev - Re: diff/merge [was: OFBiz Roadmap Question]

David E. Jones

For basic use of Subversion there is a book in PDF form from O'Reilly  
that you can download for free, there's a link to it on the http://
svn.ofbiz.org site.

For more complicated project management and such with SVN I'd take a  
look at the book "Pragmatic Version Control Using Subversion".

-David


On Aug 3, 2005, at 10:09 AM, Jacques Le Roux wrote:

>> But is subclipse or any other subversion client able to show diffs  
>> between
>>
> two
>
>> repositories (official ofbiz vs. local) like Guiffy or WinMerge?
>>
>
> Yes subversion does that well. Actually it's its job !
>
> I prefer to use svn (subversion nickname on terminal) than  
> Subclipse. But at
> least now on Linux Subclipse is working weel too. I had some  
> problem before
> with Subclipse on Windows.
>
> Don't miss to look at the Wiki http://ofbizwiki.go-integral.com/ 
> Wiki.jsp.
>
> Searching for what you need in the Wiki is a good way to help  
> yourself (see
> Search button at right top ;o) Try "subversion" for example...
>
> Jacques
>
> ----- Original Message -----
> From: "Oliver Lietz" <[hidden email]>
> To: <[hidden email]>
> Sent: Wednesday, August 03, 2005 4:46 PM
> Subject: [OFBiz] Dev - Re: diff/merge [was: OFBiz Roadmap Question]
>
>
>
>> Am Mittwoch, 3. August 2005 15:35 schrieb Tapio Reisinger:
>>
>>> Hi Oliver,
>>>
>>> you should use subversion and a subversion client.
>>>
>>> http://subversion.tigris.org/
>>>
>>> For an actual OFBiz you should checkout from the OFBiz Subversion
>>> repository.
>>>
>>> http://svn.ofbiz.org/
>>>
>>> There are some guides in the Wiki as well.
>>>
>>
>> Yes, I tried subclipse - but it fails with "Unable to create view:  
>> Plug-in
>> org.tigris.subversion.subclipse.ui was unable to load class" on  
>> Mac OS X.
>> I've to further investigate what goes wrong.
>>
>> But is subclipse or any other subversion client able to show diffs  
>> between
>>
> two
>
>> repositories (official ofbiz vs. local) like Guiffy or WinMerge?
>>
>> Oliver
>>
>>
>>
>> _______________________________________________
>> Dev mailing list
>> [hidden email]
>> http://lists.ofbiz.org/mailman/listinfo/dev
>>
>>
>
>
>
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev
>

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev

smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [OFBiz] Dev - Re: diff/merge [was: OFBiz Roadmap Question]

Joachim Müller
Another SVN client I just stumbeled into:

http://esvn.umputun.com/

-joachim



David E. Jones schrieb:

>
> For basic use of Subversion there is a book in PDF form from O'Reilly
> that you can download for free, there's a link to it on the http://
> svn.ofbiz.org site.
>
> For more complicated project management and such with SVN I'd take a
> look at the book "Pragmatic Version Control Using Subversion".
>
> -David
>
>
> On Aug 3, 2005, at 10:09 AM, Jacques Le Roux wrote:
>
>>> But is subclipse or any other subversion client able to show diffs
>>> between
>>>
>> two
>>
>>> repositories (official ofbiz vs. local) like Guiffy or WinMerge?
>>>
>>
>> Yes subversion does that well. Actually it's its job !
>>
>> I prefer to use svn (subversion nickname on terminal) than  Subclipse.
>> But at
>> least now on Linux Subclipse is working weel too. I had some  problem
>> before
>> with Subclipse on Windows.
>>
>> Don't miss to look at the Wiki http://ofbizwiki.go-integral.com/
>> Wiki.jsp.
>>
>> Searching for what you need in the Wiki is a good way to help
>> yourself (see
>> Search button at right top ;o) Try "subversion" for example...
>>
>> Jacques
>>
>> ----- Original Message -----
>> From: "Oliver Lietz" <[hidden email]>
>> To: <[hidden email]>
>> Sent: Wednesday, August 03, 2005 4:46 PM
>> Subject: [OFBiz] Dev - Re: diff/merge [was: OFBiz Roadmap Question]
>>
>>
>>
>>> Am Mittwoch, 3. August 2005 15:35 schrieb Tapio Reisinger:
>>>
>>>> Hi Oliver,
>>>>
>>>> you should use subversion and a subversion client.
>>>>
>>>> http://subversion.tigris.org/
>>>>
>>>> For an actual OFBiz you should checkout from the OFBiz Subversion
>>>> repository.
>>>>
>>>> http://svn.ofbiz.org/
>>>>
>>>> There are some guides in the Wiki as well.
>>>>
>>>
>>> Yes, I tried subclipse - but it fails with "Unable to create view:
>>> Plug-in
>>> org.tigris.subversion.subclipse.ui was unable to load class" on  Mac
>>> OS X.
>>> I've to further investigate what goes wrong.
>>>
>>> But is subclipse or any other subversion client able to show diffs
>>> between
>>>
>> two
>>
>>> repositories (official ofbiz vs. local) like Guiffy or WinMerge?
>>>
>>> Oliver
>>>
>>>
>>>
>>> _______________________________________________
>>> Dev mailing list
>>> [hidden email]
>>> http://lists.ofbiz.org/mailman/listinfo/dev
>>>
>>>
>>
>>
>>
>> _______________________________________________
>> Dev mailing list
>> [hidden email]
>> http://lists.ofbiz.org/mailman/listinfo/dev
>>
>
>
> ------------------------------------------------------------------------
>
>  
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev


--

. frankfurt am main, 15°c, zur zeit ein wenig
  bewölkt in 366 m. die sichtweite reicht weiter als
  10 km.

< joachim müller
  [hidden email]
  t +49 69 759003 11

  wemove digital solutions GmbH
  www.wemove.com


 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: [OFBiz] Dev - Re: diff/merge [was: OFBiz Roadmap Question]

Oliver Lietz-2
In reply to this post by Jacques Le Roux
Am Mittwoch, 3. August 2005 18:09 schrieb Jacques Le Roux:
> > But is subclipse or any other subversion client able to show diffs
> > between
>
> two
>
> > repositories (official ofbiz vs. local) like Guiffy or WinMerge?
>
> Yes subversion does that well. Actually it's its job !

Yes, yes, I know the main job of subversion. ;)
But there are some clients/tools which promise to make working with source
trees more convenient.

Guiffy has a slightly different role in scm than these svn-clients. See esvn
(http://esvn.umputun.com/, mentioned by Joachim) - even they got an open
source user license from Guiffy.

> I prefer to use svn (subversion nickname on terminal) than Subclipse. But
> at least now on Linux Subclipse is working weel too. I had some problem
> before with Subclipse on Windows.

I'm updating my FreeBSD workstation now and will try and test some subversion
clients with a local subversion repository later. Hope they work better than
on OS X.

> Don't miss to look at the Wiki http://ofbizwiki.go-integral.com/Wiki.jsp.
>
> Searching for what you need in the Wiki is a good way to help yourself (see
> Search button at right top ;o) Try "subversion" for example...

The Wiki is quite useful indeed. And I searched for subversion and source
before. Some questions are still open, but I found the book mentioned by David
(Version Control with Subversion, http://svnbook.red-bean.com/).

thanks all,
Oliver





 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev