Is it possible to choose to use a copy of the original file for comparison?

View: New views
5 Messages — Rating Filter:   Alert me  

Is it possible to choose to use a copy of the original file for comparison?

by Fabio D'Alfonso-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am testing the diffdoc tools from Softinterface to get diff for binary such as word, excel, pdf, and so on and  I have a problem I would solve because e.g. word has problems to be open on the file while the file is sent to diffdoc too.

This becomes  a problem because changes cannot be made while the diff is open. The simple solution could be to copy also the original file to the smartcvs  tmp directory, for specified   file name pattern (*.doc, *.xls) to be sent to docdiff.
In the meanwhile yo edit the original to correct mispelling (this document are unlikely to be code) and than save it.

The next diff will be on the new copy.

Is it possible to trigger this?

Thanks

--
Fabio D'Alfonso
'Your Partner in Business'
cell.  +39.348.059.40.22
web: www.fabiodalfonso.com
email: fabio.dalfonso@...
fax: +39.06.874.599.581


[Non-text portions of this message have been removed]


------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/smartcvs/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/smartcvs/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:smartcvs-digest@...
    mailto:smartcvs-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    smartcvs-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


Re: Is it possible to choose to use a copy of the original file for comparison?

by syntevo Support-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Fabio,

Instead of registering diffdoc directly as file compare tool, you could
register a shell script instead which copies the files to a temporary location
and invokes diffdoc.

--
Best regards,
Thomas Singer
_____________
syntevo GmbH
http://www.syntevo.com


"Fabio D'Alfonso" <fabio.dalfonso@...> wrote:

> I am testing the diffdoc tools from Softinterface to get diff for binary such
> as word, excel, pdf, and so on and  I have a problem I would solve because
> e.g. word has problems to be open on the file while the file is sent to
> diffdoc too.
>
> This becomes  a problem because changes cannot be made while the diff is open.
> The simple solution could be to copy also the original file to the smartcvs
> tmp directory, for specified   file name pattern (*.doc, *.xls) to be sent to
> docdiff.
> In the meanwhile yo edit the original to correct mispelling (this document are
> unlikely to be code) and than save it.
>
> The next diff will be on the new copy.
>
> Is it possible to trigger this?
>
> Thanks
>
> --
> Fabio D'Alfonso
> 'Your Partner in Business'
> cell.  +39.348.059.40.22
> web: www.fabiodalfonso.com
> email: fabio.dalfonso@...
> fax: +39.06.874.599.581
>
>
> [Non-text portions of this message have been removed]
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
>







------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/smartcvs/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/smartcvs/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:smartcvs-digest@...
    mailto:smartcvs-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    smartcvs-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


Parent Message unknown Re: Is it possible to choose to use a copy of the original file for comparison?

by Fabio D'Alfonso-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
good solution, Thanks.

I am running a diffdoc.bat which should write the parameters on a file but is not getting any for %1 %2.

Is there something wrong?

Thanks
--
Fabio D'Alfonso
'Your Partner in Business'
cell.  +39.348.059.40.22
web: www.fabiodalfonso.com
email: fabio.dalfonso@...
fax: +39.06.874.599.581

----------------------------------------
From: syntevo Support <smartcvs@...>
Sent: Thursday, November 27, 2008 3:10 PM
To: smartcvs@...
Subject: Re: [smartcvs] Is it possible to choose to use a copy of  the   original file for comparison?

Hi Fabio,

Instead of registering diffdoc directly as file compare tool, you could

register a shell script instead which copies the files to a temporary location

and invokes diffdoc.

--

Best regards,

Thomas Singer

_____________

syntevo GmbH

http://www.syntevo.com

"Fabio D'Alfonso" <fabio.dalfonso@...> wrote:

> I am testing the diffdoc tools from Softinterface to get diff for binary such

> as word, excel, pdf, and so on and  I have a problem I would solve because

> e.g. word has problems to be open on the file while the file is sent to

> diffdoc too.

>

> This becomes  a problem because changes cannot be made while the diff is open.

> The simple solution could be to copy also the original file to the smartcvs

> tmp directory, for specified   file name pattern (*.doc, *.xls) to be sent to

> docdiff.

> In the meanwhile yo edit the original to correct mispelling (this document are

> unlikely to be code) and than save it.

>

> The next diff will be on the new copy.

>

> Is it possible to trigger this?

>

> Thanks

>

> --

> Fabio D'Alfonso

> 'Your Partner in Business'

> cell.  +39.348.059.40.22

> web: www.fabiodalfonso.com

> email: fabio.dalfonso@...

> fax: +39.06.874.599.581

>

>

> [Non-text portions of this message have been removed]

>

>

> ------------------------------------

>

> Yahoo! Groups Links

>

>

>

>

   




[Non-text portions of this message have been removed]


------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/smartcvs/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/smartcvs/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:smartcvs-digest@...
    mailto:smartcvs-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    smartcvs-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


Parent Message unknown Re: Is it possible to choose to use a copy of the original file for comparison?

by Fabio D'Alfonso-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
actually is working but the .bat was execute using the bin directory of smarcvs so the file was sent there with the paths

So I will make a full .bat to get the result.

Thanks

--
Fabio D'Alfonso
'Your Partner in Business'
cell.  +39.348.059.40.22
web: www.fabiodalfonso.com
email: fabio.dalfonso@...
fax: +39.06.874.599.581

----------------------------------------
From: syntevo Support <smartcvs@...>
Sent: Thursday, November 27, 2008 3:10 PM
To: smartcvs@...
Subject: Re: [smartcvs] Is it possible to choose to use a copy of  the   original file for comparison?

Hi Fabio,

Instead of registering diffdoc directly as file compare tool, you could

register a shell script instead which copies the files to a temporary location

and invokes diffdoc.

--

Best regards,

Thomas Singer

_____________

syntevo GmbH

http://www.syntevo.com

"Fabio D'Alfonso" <fabio.dalfonso@...> wrote:

> I am testing the diffdoc tools from Softinterface to get diff for binary such

> as word, excel, pdf, and so on and  I have a problem I would solve because

> e.g. word has problems to be open on the file while the file is sent to

> diffdoc too.

>

> This becomes  a problem because changes cannot be made while the diff is open.

> The simple solution could be to copy also the original file to the smartcvs

> tmp directory, for specified   file name pattern (*.doc, *.xls) to be sent to

> docdiff.

> In the meanwhile yo edit the original to correct mispelling (this document are

> unlikely to be code) and than save it.

>

> The next diff will be on the new copy.

>

> Is it possible to trigger this?

>

> Thanks

>

> --

> Fabio D'Alfonso

> 'Your Partner in Business'

> cell.  +39.348.059.40.22

> web: www.fabiodalfonso.com

> email: fabio.dalfonso@...

> fax: +39.06.874.599.581

>

>

> [Non-text portions of this message have been removed]

>

>

> ------------------------------------

>

> Yahoo! Groups Links

>

>

>

>

   




[Non-text portions of this message have been removed]


------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/smartcvs/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/smartcvs/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:smartcvs-digest@...
    mailto:smartcvs-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    smartcvs-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


Re: Is it possible to choose to use a copy of the original file for comparison?

by syntevo Support-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Could you please post the content of the diffdoc.bat file?

--
Best regards,
Thomas Singer
_____________
syntevo GmbH
http://www.syntevo.com


"Fabio D'Alfonso" <fabio.dalfonso@...> wrote:

> Hi,
> good solution, Thanks.
>
> I am running a diffdoc.bat which should write the parameters on a file but is
> not getting any for %1 %2.
>
> Is there something wrong?
>
> Thanks
> --
> Fabio D'Alfonso
> 'Your Partner in Business'
> cell.  +39.348.059.40.22
> web: www.fabiodalfonso.com
> email: fabio.dalfonso@...
> fax: +39.06.874.599.581
>
> ----------------------------------------
> From: syntevo Support <smartcvs@...>
> Sent: Thursday, November 27, 2008 3:10 PM
> To: smartcvs@...
> Subject: Re: [smartcvs] Is it possible to choose to use a copy of  the  
> original file for comparison?
>
> Hi Fabio,
>
> Instead of registering diffdoc directly as file compare tool, you could
>
> register a shell script instead which copies the files to a temporary location
>
> and invokes diffdoc.
>
> --
>
> Best regards,
>
> Thomas Singer
>
> _____________
>
> syntevo GmbH
>
> http://www.syntevo.com
>
> "Fabio D'Alfonso" <fabio.dalfonso@...> wrote:
>
> > I am testing the diffdoc tools from Softinterface to get diff for binary such
>
> > as word, excel, pdf, and so on and  I have a problem I would solve because
>
> > e.g. word has problems to be open on the file while the file is sent to
>
> > diffdoc too.
>
> >
>
> > This becomes  a problem because changes cannot be made while the diff is open.
>
> > The simple solution could be to copy also the original file to the smartcvs
>
> > tmp directory, for specified   file name pattern (*.doc, *.xls) to be sent to
>
> > docdiff.
>
> > In the meanwhile yo edit the original to correct mispelling (this document are
>
> > unlikely to be code) and than save it.
>
> >
>
> > The next diff will be on the new copy.
>
> >
>
> > Is it possible to trigger this?
>
> >
>
> > Thanks
>
> >
>
> > --
>
> > Fabio D'Alfonso
>
> > 'Your Partner in Business'
>
> > cell.  +39.348.059.40.22
>
> > web: www.fabiodalfonso.com
>
> > email: fabio.dalfonso@...
>
> > fax: +39.06.874.599.581
>
> >
>
> >
>
> > [Non-text portions of this message have been removed]
>
> >
>
> >
>
> > ------------------------------------
>
> >
>
> > Yahoo! Groups Links
>
> >
>
> >
>
> >
>
> >
>
>    
>
>
>
>
> [Non-text portions of this message have been removed]
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
>







------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/smartcvs/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/smartcvs/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:smartcvs-digest@...
    mailto:smartcvs-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    smartcvs-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/