File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes IDEs, Version Control and other tools and the fly likes code in netbeans to vss Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "code in netbeans to vss" Watch "code in netbeans to vss" New topic
Author

code in netbeans to vss

Pradeep Adibatla
Ranch Hand

Joined: Oct 27, 2009
Posts: 336
How to upload netbeans code into vss??I have a struts application and I need to put it into vss...



David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

That's too bad.

There's nothing different about putting a Netbeans project into VSS--just put the files there like any other bunch of files (but be wary of the IDE files themselves if there's anything machine-specific in them).
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5541

There does not appear to be a VSS plugin for NetBeans. But you can always use the VSS client GUI to check your files in and out. And like David said, be careful not to check in user-configuration specific files.


JBoss In Action
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

And make sure you back up your code because the "safe" part of the name is a little misleading. At least with the older versions.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: code in netbeans to vss
 
Similar Threads
VSS support in Netbeans 6.7
Code Allignment tool integrates with VSS
NetBeans and VSS on Solaris
Can you retrieve from SourceSafe on a Unix box?
How to download file from vss through java code