You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by vani yadav <va...@gmail.com> on 2011/01/25 10:29:01 UTC

one doubt on subversion

Hello sir,

I downloaded subversion-1.6.15, i installed all the dependency package. i
built berkeley, built apache then configured subversion and built
subversion.

after building subversion i Run the win-tests.py script to test Subversion.

now all the binaries are created, if i run svn.exe
(C:\SVN\src-trunk\Release\subversion\svn) from command line it works.
I am able to see SVN commands on command line but not able to find svn GUI.

My question is i am not able to make GUI up, so please let me know how to
create subversion-setup.exe file.


-- 
Thanks and Regards
Vani

Re: one doubt on subversion

Posted by Ulrich Eckhardt <ul...@dominolaser.com>.
On Tuesday 01 February 2011, vani yadav wrote:
> Helo sir,

EHLO madam\r\n

> now i need GUI for subversion, so downloaded TortoiseSVN [...]
> D:\SVN\TortoiseSVN\ext\build\apr.build(25,4):
> File 'D:\SVN\TortoiseSVN\ext\apr\include\apr.hw' does not exist.

Try asking that in the TSVN users group, not here. SVN and TSVN are separate 
projects. Also, please don't top post in unrelated threads and pick a 
meaningful subject, it makes communication more efficient.

Cheers!

Uli


-- 
ML: http://subversion.apache.org/docs/community-guide/mailing-lists.html
FAQ: http://subversion.apache.org/faq.html
Docs: http://svnbook.red-bean.com/


**************************************************************************************
Domino Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
Visit our website at <http://www.dominolaser.com/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Domino Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************



Re: one doubt on subversion

Posted by vani yadav <va...@gmail.com>.
Hello sir,

I want to build source TortoiseSVN because i want to customize TortoiseSVN.


On Tue, Feb 1, 2011 at 2:42 AM, vishwajeet singh <de...@gmail.com>wrote:

>
>
> On Tue, Feb 1, 2011 at 3:59 PM, vani yadav <va...@gmail.com> wrote:
>
>> Helo sir,
>>
>> I need one help from you.
>>
>> I downloaded subversion-1.6.15 source, i compiled and installed it.
>>
>> now i need GUI for subversion, so downloaded TortoiseSVN  1.6.12 source.i
>> installed all the dependency package for TortoiseSVN.
>>
>> when i run the command "nant subversion", i get the following error
>>
>>
>>                         BUILD FAILED
>>
>>                         D:\SVN\TortoiseSVN\ext\build\apr.build(25,4):
>>                         File 'D:\SVN\TortoiseSVN\ext\apr\include\apr.hw'
>> does not exist.
>>
>> Like this i get error like missing libapr.rc, apr_version.h(all these
>> files are their in subversion) but how to link them.
>>
>> can you please help me
>>
>
> First of all why you need to build TortoiseSVN ?? Binaries are readily
> available on TortoiseSVN site
>
>>
>>
>> With Regards
>> Vani
>>
>>
>>
>>
>>
>>
>>
>> On Tue, Jan 25, 2011 at 1:46 AM, Volker Kopetzky <vk...@vzkb.de> wrote:
>>
>>> Vani,
>>>
>>> subversion comes with a commandline client only.
>>> There are several Open Source and paid GUI clients out there.
>>> On Windows, I mostly use TortoiseSVN (open source)
>>> On OSX, I use Versions (paid).
>>> On Linux, I mostly use the CLI.
>>>
>>> For development, there's also several Eclipse and Visual Studio Plugins,
>>> for Eclipse I use subclipse and CollabNet Desktop.
>>>
>>> For more, please see
>>> http://en.wikipedia.org/wiki/Comparison_of_Subversion_clients
>>>
>>> Kind regards,
>>> Volker
>>>
>>> Am 25.01.2011 um 16:29 schrieb vani yadav:
>>>
>>> Hello sir,
>>>
>>> I downloaded subversion-1.6.15, i installed all the dependency package. i
>>> built berkeley, built apache then configured subversion and built
>>> subversion.
>>>
>>> after building subversion i Run the win-tests.py script to test
>>> Subversion.
>>>
>>> now all the binaries are created, if i run svn.exe
>>> (C:\SVN\src-trunk\Release\subversion\svn) from command line it works.
>>> I am able to see SVN commands on command line but not able to find svn
>>> GUI.
>>>
>>> My question is i am not able to make GUI up, so please let me know how to
>>> create subversion-setup.exe file.
>>>
>>>
>>> --
>>> Thanks and Regards
>>> Vani
>>>
>>>
>>
>>
>> --
>> Thanks and Regards
>> Vani
>>
>
>
>
> --
> Vishwajeet Singh
> +91-9657702154 | dextrous85@gmail.com | http://bootstraptoday.com
> Twitter: http://twitter.com/vishwajeets | LinkedIn:
> http://www.linkedin.com/in/singhvishwajeet
>



-- 
Thanks and Regards
Vani

Re: one doubt on subversion

Posted by vishwajeet singh <de...@gmail.com>.
On Tue, Feb 1, 2011 at 3:59 PM, vani yadav <va...@gmail.com> wrote:

> Helo sir,
>
> I need one help from you.
>
> I downloaded subversion-1.6.15 source, i compiled and installed it.
>
> now i need GUI for subversion, so downloaded TortoiseSVN  1.6.12 source.i
> installed all the dependency package for TortoiseSVN.
>
> when i run the command "nant subversion", i get the following error
>
>
>                         BUILD FAILED
>
>                         D:\SVN\TortoiseSVN\ext\build\apr.build(25,4):
>                         File 'D:\SVN\TortoiseSVN\ext\apr\include\apr.hw'
> does not exist.
>
> Like this i get error like missing libapr.rc, apr_version.h(all these files
> are their in subversion) but how to link them.
>
> can you please help me
>

First of all why you need to build TortoiseSVN ?? Binaries are readily
available on TortoiseSVN site

>
>
> With Regards
> Vani
>
>
>
>
>
>
>
> On Tue, Jan 25, 2011 at 1:46 AM, Volker Kopetzky <vk...@vzkb.de> wrote:
>
>> Vani,
>>
>> subversion comes with a commandline client only.
>> There are several Open Source and paid GUI clients out there.
>> On Windows, I mostly use TortoiseSVN (open source)
>> On OSX, I use Versions (paid).
>> On Linux, I mostly use the CLI.
>>
>> For development, there's also several Eclipse and Visual Studio Plugins,
>> for Eclipse I use subclipse and CollabNet Desktop.
>>
>> For more, please see
>> http://en.wikipedia.org/wiki/Comparison_of_Subversion_clients
>>
>> Kind regards,
>> Volker
>>
>> Am 25.01.2011 um 16:29 schrieb vani yadav:
>>
>> Hello sir,
>>
>> I downloaded subversion-1.6.15, i installed all the dependency package. i
>> built berkeley, built apache then configured subversion and built
>> subversion.
>>
>> after building subversion i Run the win-tests.py script to test
>> Subversion.
>>
>> now all the binaries are created, if i run svn.exe
>> (C:\SVN\src-trunk\Release\subversion\svn) from command line it works.
>> I am able to see SVN commands on command line but not able to find svn
>> GUI.
>>
>> My question is i am not able to make GUI up, so please let me know how to
>> create subversion-setup.exe file.
>>
>>
>> --
>> Thanks and Regards
>> Vani
>>
>>
>
>
> --
> Thanks and Regards
> Vani
>



-- 
Vishwajeet Singh
+91-9657702154 | dextrous85@gmail.com | http://bootstraptoday.com
Twitter: http://twitter.com/vishwajeets | LinkedIn:
http://www.linkedin.com/in/singhvishwajeet

Re: one doubt on subversion

Posted by vani yadav <va...@gmail.com>.
Helo sir,

I need one help from you.

I downloaded subversion-1.6.15 source, i compiled and installed it.

now i need GUI for subversion, so downloaded TortoiseSVN  1.6.12 source.i
installed all the dependency package for TortoiseSVN.

when i run the command "nant subversion", i get the following error


                        BUILD FAILED

                        D:\SVN\TortoiseSVN\ext\build\apr.build(25,4):
                        File 'D:\SVN\TortoiseSVN\ext\apr\include\apr.hw'
does not exist.

Like this i get error like missing libapr.rc, apr_version.h(all these files
are their in subversion) but how to link them.

can you please help me


With Regards
Vani






On Tue, Jan 25, 2011 at 1:46 AM, Volker Kopetzky <vk...@vzkb.de> wrote:

> Vani,
>
> subversion comes with a commandline client only.
> There are several Open Source and paid GUI clients out there.
> On Windows, I mostly use TortoiseSVN (open source)
> On OSX, I use Versions (paid).
> On Linux, I mostly use the CLI.
>
> For development, there's also several Eclipse and Visual Studio Plugins,
> for Eclipse I use subclipse and CollabNet Desktop.
>
> For more, please see
> http://en.wikipedia.org/wiki/Comparison_of_Subversion_clients
>
> Kind regards,
> Volker
>
> Am 25.01.2011 um 16:29 schrieb vani yadav:
>
> Hello sir,
>
> I downloaded subversion-1.6.15, i installed all the dependency package. i
> built berkeley, built apache then configured subversion and built
> subversion.
>
> after building subversion i Run the win-tests.py script to test Subversion.
>
> now all the binaries are created, if i run svn.exe
> (C:\SVN\src-trunk\Release\subversion\svn) from command line it works.
> I am able to see SVN commands on command line but not able to find svn GUI.
>
> My question is i am not able to make GUI up, so please let me know how to
> create subversion-setup.exe file.
>
>
> --
> Thanks and Regards
> Vani
>
>


-- 
Thanks and Regards
Vani

Re: one doubt on subversion

Posted by Volker Kopetzky <vk...@vzkb.de>.
Vani,

subversion comes with a commandline client only. 
There are several Open Source and paid GUI clients out there.
On Windows, I mostly use TortoiseSVN (open source)
On OSX, I use Versions (paid).
On Linux, I mostly use the CLI.

For development, there's also several Eclipse and Visual Studio Plugins, for Eclipse I use subclipse and CollabNet Desktop.

For more, please see http://en.wikipedia.org/wiki/Comparison_of_Subversion_clients

Kind regards,
Volker

Am 25.01.2011 um 16:29 schrieb vani yadav:

Hello sir,

I downloaded subversion-1.6.15, i installed all the dependency package. i built berkeley, built apache then configured subversion and built subversion.

after building subversion i Run the win-tests.py script to test Subversion.

now all the binaries are created, if i run svn.exe  (C:\SVN\src-trunk\Release\subversion\svn) from command line it works.
I am able to see SVN commands on command line but not able to find svn GUI.

My question is i am not able to make GUI up, so please let me know how to create subversion-setup.exe file.


-- 
Thanks and Regards
Vani


Re: one doubt on subversion

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
How did you find the build/test process on windows?

vani yadav wrote on Tue, Jan 25, 2011 at 01:29:01 -0800:
> Hello sir,
> 
> I downloaded subversion-1.6.15, i installed all the dependency package. i
> built berkeley, built apache then configured subversion and built
> subversion.
> 
> after building subversion i Run the win-tests.py script to test Subversion.
> 
> now all the binaries are created, if i run svn.exe
> (C:\SVN\src-trunk\Release\subversion\svn) from command line it works.
> I am able to see SVN commands on command line but not able to find svn GUI.
> 
> My question is i am not able to make GUI up, so please let me know how to
> create subversion-setup.exe file.
> 
> 
> -- 
> Thanks and Regards
> Vani