This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 188934

Summary: Netbeans doesn't accept relative paths for default pull and push
Product: versioncontrol Reporter: telespalla_filone <telespalla_filone>
Component: MercurialAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED FIXED    
Severity: normal Keywords: PLAN
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description telespalla_filone 2010-07-25 11:38:23 UTC
Now is not possible to pull from default in Team menu if the default pull path is set in relative way. Let's say I have the following folder structure for my working environment:

ProjectCollector
--Working1
----Project
--Working2
----Project
--Incoming
----Project

It would be great to be able to set the default path for pulling on Working1/Project and Working2/Project as ../../Incoming/Project. I can pull using such a path from command line but if I set it in Netbeans Mercurial Properties the command "Team-Share-Pull from default" returns an error.

Thanks for your great work, keep doing. Regards

Filippo
Comment 1 Ondrej Vrabec 2011-11-21 14:50:02 UTC
fix: http://hg.netbeans.org/core-main/rev/c66abd7f12d5
Comment 2 Quality Engineering 2011-11-22 15:51:30 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/c66abd7f12d5
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #188934 - Netbeans doesn't accept relative paths for default pull and push