473,473 Members | 1,814 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Which IDE?

Hi..

I am developing commandline tools for LInux.Currently i am using
source insight IDE in Windows for development. Later i FTP the source
to LINUX and build by make file.

Can any one suggeest me the IDE which should get the code from VSS and
transer it to LINUX (should have a menu or plugin for this) and build
there

Oct 16 '08 #1
14 2422
do*************@gmail.com wrote:
Hi..

I am developing commandline tools for LInux.Currently i am using
source insight IDE in Windows for development. Later i FTP the source
to LINUX and build by make file.

Can any one suggeest me the IDE which should get the code from VSS and
transer it to LINUX (should have a menu or plugin for this) and build
there
Change to a decent source control tool and you won't need one.

--
Ian Collins
Oct 16 '08 #2
On Oct 16, 1:56*pm, Ian Collins <ian-n...@hotmail.comwrote:
doublemaster...@gmail.com wrote:
Hi..
I am developing commandline tools for LInux.Currently i am using
source insight IDE in Windows for development. Later i FTP the source
to LINUX and build by make file.
Can any one suggeest me the IDE which should get the code from VSS and
transer it to LINUX (should have a menu or plugin for this) and build
there

Change to a decent source control tool and you won't need one.

--
Ian Collins
what is the problem with that?
I need an IDE which can atlist ftp the files and get code from VSS
Oct 16 '08 #3
On Oct 16, 4:41*pm, "doublemaster...@gmail.com"
<doublemaster...@gmail.comwrote:
Hi..

I am developing commandline tools for LInux.Currently i am using
source insight IDE in Windows for development. Later i FTP the source
to LINUX and build by make file.

Can any one suggeest me the IDE which should get the code from VSS and
transer it to LINUX (should have a menu or plugin for this) and build
there
I'm not familiar with VSS.
but using it as source control for project that work on both windows
and linux is not good idea.

VSS is some kind of proprietary tool bounded to VisualStudio
envirnonment,
it's not designed to share and collaboration with other platform & IDE
or tools.

use cvs, or svn for your source control. they worths it.
if you really hate anything except VSS, i googled some.
some guy try to use wine to run vss client..
http://www.kegel.com/linux/vss-howto.html

and another is a vss tool for unix..
http://linux.softpedia.com/get/Progr...nix-8161.shtml

but i didn't use both of them..

good luck.
-roadt
Oct 16 '08 #4
On Oct 16, 9:41*am, "doublemaster...@gmail.com"
<doublemaster...@gmail.comwrote:
I am developing commandline tools for LInux.Currently i am using
source insight IDE in Windows for development. Later i FTP the source
to LINUX and build by make file.

Can any one suggeest me the IDE which should get the code from VSS and
transer it to LINUX (should have a menu or plugin for this) and build
there
There may be no IDE for Linux which would support VSS out of the box.

You could probably access VSS from Linux using command line:
http://www.kegel.com/linux/vss-howto.html . And you could probably
customise your Linux IDE to use your scripts for accessing a version
control system.

Or, better, change to a decent version control system, like
Subversion.

--
Max

Oct 16 '08 #5
On Oct 16, 3:42*pm, Maxim Yegorushkin <maxim.yegorush...@gmail.com>
wrote:
On Oct 16, 9:41*am, "doublemaster...@gmail.com"

<doublemaster...@gmail.comwrote:
I am developing commandline tools for LInux.Currently i am using
source insight IDE in Windows for development. Later i FTP the source
to LINUX and build by make file.
Can any one suggeest me the IDE which should get the code from VSS and
transer it to LINUX (should have a menu or plugin for this) and build
there

There may be no IDE for Linux which would support VSS out of the box.

You could probably access VSS from Linux using command line:http://www.kegel.com/linux/vss-howto.html. And you could probably
customise your Linux IDE to use your scripts for accessing a version
control system.

Or, better, change to a decent version control system, like
Subversion.

--
Max
Actually i am working for some compny and i cant decide to change the
VSS.

But i did not give you enough information i guess.

1) I am connecting to Linux servers only on putty or some other
terminal. It has no GUI. only command line.

I have a windows system, i use source insight to view and edit the
code [ i cant compile in windows, tool is for Linux servers]. and
tranfer the code to Linux. then build there.

[i donot have any idea why we have not been given linux system!]
Oct 16 '08 #6
On Oct 16, 4:22*pm, "doublemaster...@gmail.com"
<doublemaster...@gmail.comwrote:
On Oct 16, 3:42*pm, Maxim Yegorushkin <maxim.yegorush...@gmail.com>
wrote:


On Oct 16, 9:41*am, "doublemaster...@gmail.com"
<doublemaster...@gmail.comwrote:
I am developing commandline tools for LInux.Currently i am using
source insight IDE in Windows for development. Later i FTP the source
to LINUX and build by make file.
Can any one suggeest me the IDE which should get the code from VSS and
transer it to LINUX (should have a menu or plugin for this) and build
there
There may be no IDE for Linux which would support VSS out of the box.
You could probably access VSS from Linux using command line:http://www.kegel.com/linux/vss-howto.html. And you could probably
customise your Linux IDE to use your scripts for accessing a version
control system.
Or, better, change to a decent version control system, like
Subversion.
--
Max

Actually i am working for some compny and i cant decide to change the
VSS.

But i did not give you enough information i guess.

1) I am connecting to Linux servers only on putty or some other
terminal. It has no GUI. only command line.

I have a windows system, i use source insight to view and edit the
code [ i cant compile in windows, tool is for Linux servers]. and
tranfer the code to Linux. then build there.

[i donot have any idea why we have not been given linux system!]- Hide quoted text -

- Show quoted text -
Are you really looking for IDE or some tool to transfer files from
your windows machine to Linux server.
You can try with Filezilla!!!

Since Linux is a multiuser system it may not require to give linux
system on your desk.. you can access the Linux system by using some
remote protocol such as telnet or ssh( That is what putty is doing).
Oct 16 '08 #7
do*************@gmail.com schrieb:
Actually i am working for some compny and i cant decide to change the
VSS.
Poor man. - VSS is the worst version control tool that I know. So it is
a somewhat unlikely that some Linux developer wants to use it, since CVS
and SVN are far superior.

Fortunately I had the choice and decided to drop VSS in our company in
favor of CVS several years ago.

Unfortunately I can't help you other than to recommend to write your own
integration tools or scripts.

1) I am connecting to Linux servers only on putty or some other
terminal. It has no GUI. only command line.
This may not be a that hard restriction since X applications may run on
the server while the GUI (the X-Server) runs on your local machine. All
you have to do is to setup the DISPLAY environment correctly. Of course,
the desired applications have to be installed on the server.
Marcel
Oct 16 '08 #8
On Oct 16, 7:22*pm, "doublemaster...@gmail.com"
<doublemaster...@gmail.comwrote:
On Oct 16, 3:42*pm, Maxim Yegorushkin <maxim.yegorush...@gmail.com>
wrote:
On Oct 16, 9:41*am, "doublemaster...@gmail.com"
<doublemaster...@gmail.comwrote:
I am developing commandline tools for LInux.Currently i am using
source insight IDE in Windows for development. Later i FTP the source
to LINUX and build by make file.
Can any one suggeest me the IDE which should get the code from VSS and
transer it to LINUX (should have a menu or plugin for this) and build
there
There may be no IDE for Linux which would support VSS out of the box.
You could probably access VSS from Linux using command line:http://www.kegel.com/linux/vss-howto.html. And you could probably
customise your Linux IDE to use your scripts for accessing a version
control system.
Or, better, change to a decent version control system, like
Subversion.
--
Max

Actually i am working for some compny and i cant decide to change the
VSS.

But i did not give you enough information i guess.

1) I am connecting to Linux servers only on putty or some other
terminal. It has no GUI. only command line.
So you have a telnet or ssh access to linux server terminal.
no GUI is not a problem, since your tool is command line executable.
>
I have a windows system, i use source insight to view and edit the
code [ i cant compile in windows, tool is for Linux servers]. and
tranfer the code to Linux. then build there.
Under window, you should be able to "check out" source from VSS
repository easily,
since VisualSourceSafe client is part of VisualStudio Environment.
On the contrary, there are few tool to acess VSS repository directly
under linux.

To Get source under windows, and transfer to the linux, that works.
but for the transfer source, you need a FTP/SFTP client, and the
account of linux server FTP/SSH service.

FileZilla is fine FTP/SFTP GUI client,
and putty also have a command line sftp client, "psftp",
another favor is SecureFX,

try one for client, and also you can contact the linux server
administrator for the account issue.
>
[i donot have any idea why we have not been given linux system!]
If you mean the VSS client for sourcesafe repository .

that's not hard to understand.

1. SourceSafe is private & proprietary solution owned by Microsoft.
and its protocol is not open ,
write such a client is a little hard. and also take the risk of legal
problem..
Except the MS kindly want to port somewhat to linux platform. but i
can't look forward to it.

2. Linux already have the good solution for version control, and
source version control.
from RCS , CVS to SVN, it's open idea, and open source. and well
integratted with each other.
also have various frontend. So, Open source VSS client can't be the
high privilege project in the open-source community.
-Road
Oct 17 '08 #9
On Oct 17, 6:51*am, "Road.Tang" <roadt...@gmail.comwrote:
On Oct 16, 7:22*pm, "doublemaster...@gmail.com"

<doublemaster...@gmail.comwrote:
On Oct 16, 3:42*pm, Maxim Yegorushkin <maxim.yegorush...@gmail.com>
wrote:
On Oct 16, 9:41*am, "doublemaster...@gmail.com"
<doublemaster...@gmail.comwrote:
I am developing commandline tools for LInux.Currently i am using
source insight IDE in Windows for development. Later i FTP the source
to LINUX and build by make file.
Can any one suggeest me the IDE which should get the code from VSS and
transer it to LINUX (should have a menu or plugin for this) and build
there
There may be no IDE for Linux which would support VSS out of the box.
You could probably access VSS from Linux using command line:http://www.kegel.com/linux/vss-howto.html. And you could probably
customise your Linux IDE to use your scripts for accessing a version
control system.
Or, better, change to a decent version control system, like
Subversion.
--
Max
Actually i am working for some compny and i cant decide to change the
VSS.
But i did not give you enough information i guess.
1) I am connecting to Linux servers only on putty or some other
terminal. It has no GUI. only command line.

So you have *a telnet or ssh *access to linux server terminal.
no GUI is not a problem, since your tool is *command line executable.
I have a windows system, i use source insight to view and edit the
code [ i cant compile in windows, tool is for Linux servers]. and
tranfer the code to Linux. then build there.

Under window, *you should be able to *"check out" source from VSS
repository easily,
since VisualSourceSafe client is part of VisualStudio Environment.
On the contrary, *there are few tool to acess VSS repository directly
under linux.

To Get source under windows, and transfer to the linux, that works.
but for the transfer source, you need a *FTP/SFTP client, *and the
account of *linux server FTP/SSH service.

FileZilla is fine FTP/SFTP GUI client,
and putty also have a command line sftp client, "psftp",
another favor is SecureFX,

try one for client, and also you can contact the linux server
administrator for the account issue.
[i donot have any idea why we have not been given linux system!]

If you mean the VSS client *for sourcesafe repository .

that's not hard to understand.

1. SourceSafe is private & proprietary solution owned by Microsoft.
and its protocol is not open ,
write such a client is a little hard. and also take the risk of legal
problem..
Except the MS kindly want to port somewhat *to linux platform. *but i
can't look forward to it.

2. Linux already have the good solution for version control, and
source version control.
from RCS , *CVS to SVN, * it's open idea, and open source. and well
integratted with each other.
also have various frontend. * So, *Open source VSS client can't be the
high privilege project in the open-source community.

-Road- Hide quoted text -

- Show quoted text -
:) This is what i am doinf now!
source insight to edit, read code
file zilla to transer code
putty to connect remote server and compile..
Vss to check out!

What i am asking is for an IDE which can remotly build my source
[assume that i have the latest source code in windows checked out from
VSS) or IDE which transfers my code to linux and make there
Oct 17 '08 #10
do*************@gmail.com wrote:

[please trim!]
>
:) This is what i am doinf now!
source insight to edit, read code
file zilla to transer code
putty to connect remote server and compile..
Vss to check out!

What i am asking is for an IDE which can remotly build my source
[assume that i have the latest source code in windows checked out from
VSS) or IDE which transfers my code to linux and make there
What do you hope to gain from an IDE?

--
Ian Collins
Oct 17 '08 #11
On Thu, 16 Oct 2008 03:35:27 -0700 (PDT), "Road.Tang"
<ro******@gmail.comwrote:
>if you really hate anything except VSS,
That's hard to imagine. I could never figure out how to get back old
versions of my own source. Possibly I didn't have permission or
something, but that's just daft.

Subversion is excellent. TortoiseSVN is an excellent Windows client. I
had some issues with an update a few months back, but I've never
seriously looked back.

Oct 17 '08 #12
On Thu, 16 Oct 2008 04:22:09 -0700 (PDT), "do*************@gmail.com"
<do*************@gmail.comwrote:

>1) I am connecting to Linux servers only on putty or some other
terminal. It has no GUI. only command line.

I have a windows system, i use source insight to view and edit the
code [ i cant compile in windows, tool is for Linux servers]. and
tranfer the code to Linux. then build there.
If I understand you, perhaps what you need is a script that can
automate the transfer from the Linux end. AFAIK, scripting a simple
FTP get shouldn't be too difficult.

Oct 17 '08 #13

<do*************@gmail.comwrote in message
news:3a**********************************@d70g2000 hsc.googlegroups.com...
Hi..

I am developing commandline tools for LInux.Currently i am using
source insight IDE in Windows for development. Later i FTP the source
to LINUX and build by make file.

Can any one suggeest me the IDE which should get the code from VSS and
transer it to LINUX (should have a menu or plugin for this) and build
there
I was working with a similar set up, using VSS and code which was portable
to Windows and Linux.
I found that I could samba mount my windows directory on the linux machine,
check out files with VSS
and then edit them on linux. The file io speed was a little slower, but it
worked reasonably well, and I had a coherent source
base on both platforms at all times.

dave
Oct 19 '08 #14
On Oct 16, 4:22*pm, "doublemaster...@gmail.com"
<doublemaster...@gmail.comwrote:
On Oct 16, 3:42*pm, Maxim Yegorushkin <maxim.yegorush...@gmail.com>
wrote:
On Oct 16, 9:41*am, "doublemaster...@gmail.com"
<doublemaster...@gmail.comwrote:
I am developing commandline tools for LInux.Currently i am using
source insight IDE in Windows for development. Later i FTP the source
to LINUX and build by make file.
Can any one suggeest me the IDE which should get the code from VSS and
transer it to LINUX (should have a menu or plugin for this) and build
there
There may be no IDE for Linux which would support VSS out of the box.
You could probably access VSS from Linux using command line:http://www.kegel.com/linux/vss-howto.html. And you could probably
customise your Linux IDE to use your scripts for accessing a version
control system.
Or, better, change to a decent version control system, like
Subversion.
--
Max

Actually i am working for some compny and i cant decide to change the
VSS.

But i did not give you enough information i guess.

1) I am connecting to Linux servers only on putty or some other
terminal. It has no GUI. only command line.

I have a windows system, i use source insight to view and edit the
code [ i cant compile in windows, tool is for Linux servers]. and
tranfer the code to Linux. then build there.

[i donot have any idea why we have not been given linux system!]
There is a very good IDE called BVRDE which is written to do remote
compiling and debugging. But it supports CVS not VSS. VSS is far from
perfect, ask your colleagues to move to CVS.
Oct 29 '08 #15

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Raymond H. | last post by:
Hello, I create a vb4 project which can also naviger on Internet via the WebBrowser control which I put on my form. My question is: if this program is installed on a station having already...
17
by: John Bentley | last post by:
John Bentley: INTRO The phrase "decimal number" within a programming context is ambiguous. It could refer to the decimal datatype or the related but separate concept of a generic decimal number....
3
by: Edward | last post by:
ASP.NET / VB.NET SQL Server 7.0 Our client has insisted that we change our established practice of building SQL in-line and move it all to SPROCs. Not a problem for 80% of the app. However,...
133
by: Jane Withnolastname | last post by:
I have a web page that uses an unordered list (<UL>) and the LH (list header) tag. I know LH is a valid tag because it is clearly defined by the W3C here:...
29
by: guru.slt | last post by:
"the c++ standard library, tutorial and reference" book, it says: ++i is faster than i++. the latter involves a temporary object because it must return the old value/object of i. for this reason,...
17
by: lawrence | last post by:
How is it possible that the question "How do I detect which browser the user has" is missing from this FAQ: http://www.faqts.com/knowledge_base/index.phtml/fid/125 and is only here on this...
65
by: Skybuck Flying | last post by:
Hi, I needed a method to determine if a point was on a line segment in 2D. So I googled for some help and so far I have evaluated two methods. The first method was only a formula, the second...
17
by: clintonG | last post by:
I'm using an .aspx tool I found at but as nice as the interface is I think I need to consider using others. Some can generate C# I understand. Your preferences please... <%= Clinton Gallagher ...
4
by: mflll | last post by:
I am looking into the different techniques of handling arrays of edit boxes in Java Script. The first program below works fine. However, are there better ways of doing this, where the person...
2
by: rn5a | last post by:
A Form has a select list which is populated from a MS-Access database table. The DB table from where the select list is populated has 2 columns - CountryID & CountryName. When the Form is posted,...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.