473,809 Members | 2,728 Online
Bytes | Software Development & Data Engineering Community
+ 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
14 2450
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.comwrot e:

>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.comwrot e in message
news:3a******** *************** ***********@d70 g2000hsc.google groups.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.comwrot e:
On Oct 16, 3:42*pm, Maxim Yegorushkin <maxim.yegorush ...@gmail.com>
wrote:
On Oct 16, 9:41*am, "doublemaster.. .@gmail.com"
<doublemaster.. .@gmail.comwrot e:
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
2680
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 Internet Explorer in it then will it cause an error if version Internet Explorer is the same one as WebBrowser which is in my project? Is it this control which Internet Explorer uses? If that can cause errors of version then, instead, can I install this...
17
6160
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. "Decimal Number" sometimes serves to distinguish Base 10 numbers, eg "15", from Base 2 numbers, Eg "1111". At other times "Decimal Number" serves to differentiate a number from an integer. For the rest of this post I shall only use either...
3
4816
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, we have a number of Search/Filter forms that contain a number of controls to allow more or less focused search criteria to be built up. I have a class that does this quite nicely, examining all controls for
133
13294
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: http://www.w3.org/MarkUp/html3/bulletlists.html The problem is, when I try to validate the page at W3C, it tells me: " element "LH" undefined " My page is 4.01 Transitional, using charset windows-1252. Any ideas why this won't validate?
29
3289
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, it's generally better to use ++i. but, I think, even ++i still has to return a temporary object that is with new value inside. So, both i++ and ++i have to return a temporary object. Then, what's the speed difference between i++ and ++i.
17
2580
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 with a link to old information that suggests use of "navigator": http://developer.irt.org/script/43.htm
65
12636
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 method was a piece of C code which turned out to be incorrect and incomplete but by modifieing it would still be usuable. The first method was this piece of text:
17
3984
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 http://forta.com/books/0672325667/
4
9701
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 writing the JavaScript doesn't have to pass the index in the "onChange" event name. I thought that one might be able to use "this.value" or compare this as
2
2231
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, the option selected in the select list is inserted in another DB table wherein the column in which the value of the selected option will be populated accepts only integers. Actually there are 7-8 select lists & the values of all the selected...
0
9721
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9601
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10637
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10379
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10115
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6881
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5550
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3861
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3014
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.